diff --git a/Cargo.toml b/Cargo.toml index e009ccb..2c76990 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,13 @@ [package] name = "poagov" version = "1.0.0" -license = "GPL-3.0" authors = ["DrPeterVanNostrand "] +# edition = "2018" +readme = "README.md" +license = "GPL-3.0" +repository = "https://github.com/poanetwork/poa-governance-notifications" +publish = false +description = "A POA Network email notification service for on-chain voting/governance events" build = "build.rs" [dependencies]