[package] name = "voter" version = "0.1.0" 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" fd-lock = "3" rand = "0"