Add more authors to Cargo.toml.

This commit is contained in:
Andreas Fackler 2018-07-09 14:46:52 +02:00
parent fe47291709
commit 64e5f49b8d
1 changed files with 5 additions and 1 deletions

View File

@ -1,7 +1,11 @@
[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"