Merge pull request #107 from poanetwork/afck-cargo-toml

Add recommended metadata to Cargo.toml
This commit is contained in:
Vladimir Komendantskiy 2018-07-09 22:56:17 +01:00 committed by GitHub
commit 68d5d0829b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 1 deletions

View File

@ -1,7 +1,20 @@
[package]
name = "hbbft"
version = "0.1.0"
authors = ["Vladimir Komendantskiy <komendantsky@gmail.com>"]
authors = ["Vladimir Komendantskiy <komendantsky@gmail.com>",
"Andreas Fackler <AndreasFackler@gmx.de>",
"Peter van Nostrand <jnz@riseup.net>",
"Andrew Gross <andogro@gmail.com>",
"Nick Sanders <nsan1129@gmail.com>"]
description = "Honey Badger Byzantine fault tolerant consensus algorithm"
license = "LGPL-3.0"
repository = "https://github.com/poanetwork/hbbft"
readme = "https://github.com/poanetwork/hbbft/blob/master/README.md"
keywords = ["consensus", "asynchronous", "threshold"]
categories = ["algorithms", "asynchronous", "cryptography", "network-programming"]
[badges]
travis-ci = { repository = "poanetwork/hbbft" }
[dependencies]
bincode = "1.0.0"