Added package details to Cargo.toml.

This commit is contained in:
DrPeterVanNostrand 2018-12-12 18:56:13 +00:00
parent 5c2ebe8572
commit 2c93f26af5
1 changed files with 6 additions and 1 deletions

View File

@ -1,8 +1,13 @@
[package]
name = "poagov"
version = "1.0.0"
license = "GPL-3.0"
authors = ["DrPeterVanNostrand <jnz@riseup.net>"]
# 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]