X-Git-Url: http://git.scottworley.com/voter/blobdiff_plain/46e2889f066b65e66592d6ab6d901589d9ea5c84..2c7b94e9a6dc3c3d6e797091e2f9154e837dc61f:/Cargo.toml?ds=sidebyside diff --git a/Cargo.toml b/Cargo.toml index 4f0d17e..a8fc6a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "voter" -version = "0.2.4" +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"