]> git.scottworley.com Git - voter/blob - Cargo.toml
c819d86c5f02b85a16c5a99f605d55c3c54d1221
[voter] / Cargo.toml
1 [package]
2 name = "voter"
3 version = "0.1.0"
4 edition = "2021"
5 authors = ["Scott Worley <scottworley@scottworley.com>"]
6 description = "A simple web page that tracks votes"
7
8 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
9
10 [dependencies]
11 cgi = "0"