From 2c93f26af53684324e0488a5c1905d38aaebecf1 Mon Sep 17 00:00:00 2001 From: DrPeterVanNostrand Date: Wed, 12 Dec 2018 18:56:13 +0000 Subject: [PATCH] Added package details to Cargo.toml. --- Cargo.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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]