]> git.scottworley.com Git - voter/blobdiff - Cargo.toml
Add license, README, and Changelog
[voter] / Cargo.toml
index e389d267df85ee05ff82067f3d56f0aa6d5ffa58..a755948a25bd48ced0fc5b836e01f3f6bcd21448 100644 (file)
@@ -1,11 +1,11 @@
 [package]
 name = "voter"
-version = "0.2.3"
+version = "0.2.5"
 edition = "2021"
 authors = ["Scott Worley <scottworley@scottworley.com>"]
 description = "A simple web page that tracks votes"
-
-# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+license = "AGPL-3.0"
+repository = "https://git.scottworley.com/voter"
 
 [dependencies]
 cgi = "0.6.1-rc1"