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