]> git.scottworley.com Git - voter/blobdiff - Cargo.toml
Release 0.2.0
[voter] / Cargo.toml
index c819d86c5f02b85a16c5a99f605d55c3c54d1221..0845800631472e505ce162a8f773047b844de15a 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "voter"
-version = "0.1.0"
+version = "0.2.0"
 edition = "2021"
 authors = ["Scott Worley <scottworley@scottworley.com>"]
 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"