X-Git-Url: http://git.scottworley.com/gumdrone/blobdiff_plain/9f98627507df5e62be0c6b96f481d9c67c288a85..a46b3193769f98543bc613fba0aa35b0db892d0f:/Cargo.toml?ds=inline diff --git a/Cargo.toml b/Cargo.toml index 36b6d1c..9f5da68 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gumdrone" -version = "0.1.0" +version = "0.1.1" edition = "2021" authors = ["Scott Worley "] description = "Order chewing gum from a website" @@ -10,7 +10,6 @@ repository = "https://git.scottworley.com/gumdrone" [dependencies] cgi = "0.6.1-rc1" fd-lock = "3" -rand = "0" [patch.crates-io] # For https://github.com/amandasaurus/rust-cgi/issues/18