]> git.scottworley.com Git - gumdrone/blob - Cargo.toml
f315a8d8499710d88a777165360256403b7e99d3
[gumdrone] / Cargo.toml
1 [package]
2 name = "gumdrone"
3 version = "0.1.0"
4 edition = "2021"
5 authors = ["Scott Worley <scottworley@scottworley.com>"]
6 description = "Order chewing gum from a website"
7 license = "AGPL-3.0"
8 repository = "https://git.scottworley.com/gumdrone"
9
10 [dependencies]
11 cgi = "0.6.1-rc1"
12 fd-lock = "3"
13
14 [patch.crates-io]
15 # For https://github.com/amandasaurus/rust-cgi/issues/18
16 cgi = { git = "https://github.com/chkno/rust-cgi.git", branch = "issue18" }