From cfdbafe2e39cf4270103b8810e613cbb2cb8e55a Mon Sep 17 00:00:00 2001 From: Kris Nuttycombe Date: Thu, 8 Apr 2021 10:12:47 -0600 Subject: [PATCH] Add myself to crate contributors. --- components/zcash_note_encryption/Cargo.toml | 1 + zcash_client_backend/Cargo.toml | 1 + zcash_client_sqlite/Cargo.toml | 1 + zcash_primitives/Cargo.toml | 1 + 4 files changed, 4 insertions(+) diff --git a/components/zcash_note_encryption/Cargo.toml b/components/zcash_note_encryption/Cargo.toml index 044e9131d..2785e27ae 100644 --- a/components/zcash_note_encryption/Cargo.toml +++ b/components/zcash_note_encryption/Cargo.toml @@ -4,6 +4,7 @@ description = "TBD" version = "0.0.0" authors = [ "Jack Grigg ", + "Kris Nuttycombe " ] homepage = "https://github.com/zcash/librustzcash" repository = "https://github.com/zcash/librustzcash" diff --git a/zcash_client_backend/Cargo.toml b/zcash_client_backend/Cargo.toml index aa470a21a..527311658 100644 --- a/zcash_client_backend/Cargo.toml +++ b/zcash_client_backend/Cargo.toml @@ -4,6 +4,7 @@ description = "APIs for creating shielded Zcash light clients" version = "0.5.0" authors = [ "Jack Grigg ", + "Kris Nuttycombe " ] homepage = "https://github.com/zcash/librustzcash" repository = "https://github.com/zcash/librustzcash" diff --git a/zcash_client_sqlite/Cargo.toml b/zcash_client_sqlite/Cargo.toml index 86cb68d84..5e1efe0f6 100644 --- a/zcash_client_sqlite/Cargo.toml +++ b/zcash_client_sqlite/Cargo.toml @@ -4,6 +4,7 @@ description = "An SQLite-based Zcash light client" version = "0.3.0" authors = [ "Jack Grigg ", + "Kris Nuttycombe " ] homepage = "https://github.com/zcash/librustzcash" repository = "https://github.com/zcash/librustzcash" diff --git a/zcash_primitives/Cargo.toml b/zcash_primitives/Cargo.toml index 73f9ec9d0..a950331cf 100644 --- a/zcash_primitives/Cargo.toml +++ b/zcash_primitives/Cargo.toml @@ -4,6 +4,7 @@ description = "Rust implementations of the Zcash primitives" version = "0.5.0" authors = [ "Jack Grigg ", + "Kris Nuttycombe " ] homepage = "https://github.com/zcash/librustzcash" repository = "https://github.com/zcash/librustzcash"