]>
Commit | Line | Data |
---|---|---|
d1df2e73 SW |
1 | [package] |
2 | name = "voter" | |
5570102a | 3 | version = "0.2.2" |
d1df2e73 SW |
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] | |
3efad25c | 11 | cgi = "0.6.1-rc1" |
fbcdf3ed | 12 | fd-lock = "3" |
dd0a1246 | 13 | rand = "0" |
3efad25c SW |
14 | |
15 | [patch.crates-io] | |
16 | # For https://github.com/amandasaurus/rust-cgi/issues/18 | |
17 | cgi = { git = "https://github.com/chkno/rust-cgi.git", branch = "issue18" } |