]> git.scottworley.com Git - voter/blame - Cargo.toml
Release 0.3.0
[voter] / Cargo.toml
CommitLineData
d1df2e73
SW
1[package]
2name = "voter"
ef5bb7ca 3version = "0.3.0"
d1df2e73
SW
4edition = "2021"
5authors = ["Scott Worley <scottworley@scottworley.com>"]
6description = "A simple web page that tracks votes"
302f399b
SW
7license = "AGPL-3.0"
8repository = "https://git.scottworley.com/voter"
d1df2e73
SW
9
10[dependencies]
3efad25c 11cgi = "0.6.1-rc1"
fbcdf3ed 12fd-lock = "3"
dd0a1246 13rand = "0"
3efad25c
SW
14
15[patch.crates-io]
16# For https://github.com/amandasaurus/rust-cgi/issues/18
17cgi = { git = "https://github.com/chkno/rust-cgi.git", branch = "issue18" }