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