X-Git-Url: http://git.scottworley.com/voter/blobdiff_plain/d1df2e736f7d6a99551b2361c00ae2cc0f090e10..4464527340a975ce999a01d8142dcfc2fbbbb669:/Cargo.toml diff --git a/Cargo.toml b/Cargo.toml index c819d86..0cb261f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "voter" -version = "0.1.0" +version = "0.2.1" edition = "2021" authors = ["Scott Worley "] description = "A simple web page that tracks votes" @@ -9,3 +9,5 @@ description = "A simple web page that tracks votes" [dependencies] cgi = "0" +fd-lock = "3" +rand = "0"