diff --git a/Cargo.toml b/Cargo.toml index 00a9ae32..ba6f4ab1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,20 @@ [package] name = "hbbft" version = "0.1.0" -authors = ["Vladimir Komendantskiy "] +authors = ["Vladimir Komendantskiy ", + "Andreas Fackler ", + "Peter van Nostrand ", + "Andrew Gross ", + "Nick Sanders "] +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"