X-Git-Url: http://git.scottworley.com/gumdrone/blobdiff_plain/9f98627507df5e62be0c6b96f481d9c67c288a85..1d962c81467f26d88723eb9dea46b4b6c61650f1:/Cargo.toml?ds=inline diff --git a/Cargo.toml b/Cargo.toml index 36b6d1c..fc34ec7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gumdrone" -version = "0.1.0" +version = "0.1.2" 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