X-Git-Url: http://git.scottworley.com/voter/blobdiff_plain/dd0a124698a0ded987f7b5b426607308b0e79ffc..5570102a27b87b4c0b5a3e82a1753e7c100e2b5c:/Cargo.toml diff --git a/Cargo.toml b/Cargo.toml index 5f9fae9..4e7ab0d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "voter" -version = "0.1.0" +version = "0.2.2" edition = "2021" authors = ["Scott Worley "] description = "A simple web page that tracks votes" @@ -8,6 +8,10 @@ description = "A simple web page that tracks votes" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -cgi = "0" +cgi = "0.6.1-rc1" fd-lock = "3" rand = "0" + +[patch.crates-io] +# For https://github.com/amandasaurus/rust-cgi/issues/18 +cgi = { git = "https://github.com/chkno/rust-cgi.git", branch = "issue18" }