diff --git a/Cargo.toml b/Cargo.toml index 6be4d0aa8..d440ca91b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,10 +3,15 @@ name = "librustzcash" description = "Rust FFI used by the zcashd binary. Not an official API." version = "0.2.0" authors = [ - "Sean Bowe ", - "Jack Grigg ", - "Jay Graber ", - "Simon Liu " + "Sean Bowe ", + "Jay Graber", + "Jack Grigg ", + "Daira Hopwood ", + "Ying Tong Lai ", + "Simon Liu", + "Kris Nuttycombe ", + "Larry Ruane ", + "Steven Smith " ] homepage = "https://github.com/zcash/zcash" repository = "https://github.com/zcash/zcash"