]> git.scottworley.com Git - voter/blame - Cargo.toml
DOCTYPE and charset
[voter] / Cargo.toml
CommitLineData
d1df2e73
SW
1[package]
2name = "voter"
3version = "0.1.0"
4edition = "2021"
5authors = ["Scott Worley <scottworley@scottworley.com>"]
6description = "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]
11cgi = "0"
fbcdf3ed 12fd-lock = "3"
dd0a1246 13rand = "0"