]> git.scottworley.com Git - voter/blobdiff - Cargo.toml
Release 0.3.0
[voter] / Cargo.toml
index 4f0d17e0ea59cf385dc26f6dc17941d7cfde5db0..3f82eff2e14e9867cc39281f7354228a66b356b3 100644 (file)
@@ -1,11 +1,11 @@
 [package]
 name = "voter"
-version = "0.2.4"
+version = "0.3.0"
 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"