X-Git-Url: http://git.scottworley.com/voter/blobdiff_plain/fbcdf3ed7708b5b153a7f562f933d446ffc2d951..9968d594375158501b6b8e2bf66c28f0fcb1eeb3:/Cargo.toml?ds=sidebyside diff --git a/Cargo.toml b/Cargo.toml index 3764682..0845800 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "voter" -version = "0.1.0" +version = "0.2.0" edition = "2021" authors = ["Scott Worley "] description = "A simple web page that tracks votes" @@ -10,3 +10,4 @@ description = "A simple web page that tracks votes" [dependencies] cgi = "0" fd-lock = "3" +rand = "0"