]> git.scottworley.com Git - voter/blame_incremental - Cargo.toml
Release 0.3.0
[voter] / Cargo.toml
... / ...
CommitLineData
1[package]
2name = "voter"
3version = "0.3.0"
4edition = "2021"
5authors = ["Scott Worley <scottworley@scottworley.com>"]
6description = "A simple web page that tracks votes"
7license = "AGPL-3.0"
8repository = "https://git.scottworley.com/voter"
9
10[dependencies]
11cgi = "0.6.1-rc1"
12fd-lock = "3"
13rand = "0"
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" }