X-Git-Url: http://git.scottworley.com/voter/blobdiff_plain/8d3ba641d0401262c5f583464cf3c90915fd2e2a..ef5bb7caf7c8af2c94efde6eb273ee48671a7e30:/Cargo.toml diff --git a/Cargo.toml b/Cargo.toml index 27f6bd6..3f82eff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "voter" -version = "0.2.5" +version = "0.3.0" 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"