[package] name = "voter" version = "0.3.0" edition = "2021" authors = ["Scott Worley "] description = "A simple web page that tracks votes" license = "AGPL-3.0" repository = "https://git.scottworley.com/voter" [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" }