[package] name = "gumdrone" version = "0.1.2" edition = "2021" authors = ["Scott Worley "] description = "Order chewing gum from a website" license = "AGPL-3.0" repository = "https://git.scottworley.com/gumdrone" [dependencies] cgi = "0.6.1-rc1" fd-lock = "3" [patch.crates-io] # For https://github.com/amandasaurus/rust-cgi/issues/18 cgi = { git = "https://github.com/chkno/rust-cgi.git", branch = "issue18" }