[package] name = "voter" version = "0.2.2" 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 [dependencies] 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" }