X-Git-Url: http://git.scottworley.com/voter/blobdiff_plain/5570102a27b87b4c0b5a3e82a1753e7c100e2b5c..8b8f8d1435e33c0f63fa0dfa940b3b582dc1cf90:/Cargo.toml diff --git a/Cargo.toml b/Cargo.toml index 4e7ab0d..a8fc6a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "voter" -version = "0.2.2" +version = "0.2.6" edition = "2021" authors = ["Scott Worley "] 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"