X-Git-Url: http://git.scottworley.com/voter/blobdiff_plain/9968d594375158501b6b8e2bf66c28f0fcb1eeb3..302f399bb8f0e505bea7b5dad7b0b5b799218240:/Cargo.toml diff --git a/Cargo.toml b/Cargo.toml index 0845800..a755948 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,13 +1,17 @@ [package] name = "voter" -version = "0.2.0" +version = "0.2.5" edition = "2021" authors = ["Scott Worley "] description = "A simple web page that tracks votes" - -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +license = "AGPL-3.0" +repository = "https://git.scottworley.com/voter" [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" }