]> git.scottworley.com Git - voter/blobdiff - Cargo.toml
Release 0.2.6
[voter] / Cargo.toml
index 27f6bd6a8f3fd0a96104c53a3dbe86bcff630cf0..a8fc6a2b3c39ed549ec9bbd6371044e42cd10b36 100644 (file)
@@ -1,11 +1,11 @@
 [package]
 name = "voter"
-version = "0.2.5"
+version = "0.2.6"
 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"