]> git.scottworley.com Git - gumdrone/blame_incremental - Cargo.toml
Release 0.1.2
[gumdrone] / Cargo.toml
... / ...
CommitLineData
1[package]
2name = "gumdrone"
3version = "0.1.2"
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"
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" }