diff --git a/Cargo.toml b/Cargo.toml index 0dff7af..635714d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,8 +2,12 @@ name = "threshold_crypto" # REMINDER: Update version in `README.md` when incrementing: version = "0.1.0" -authors = ["Andreas Fackler ", - "Peter van Nostrand "] +authors = ["Vladimir Komendantskiy ", + "Andreas Fackler ", + "Peter van Nostrand ", + "Andrew Gross ", + "Nick Sanders ", + "Marc Brinkmann "] description = "Pairing threshold cryptography" license = "MIT/Apache-2.0" repository = "https://github.com/poanetwork/threshold_crypto"