From f98431175a0744477f7034f71ae4ed4fe3797965 Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Fri, 17 Dec 2021 22:10:35 +0000 Subject: [PATCH] orchard 0.1.0-beta.1 --- Cargo.toml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5de696ed..12c30880 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,19 +1,21 @@ [package] name = "orchard" -version = "0.0.0" +version = "0.1.0-beta.1" authors = [ "Sean Bowe ", "Jack Grigg ", + "Daira Hopwood ", + "Ying Tong Lai ", + "Kris Nuttycombe ", ] edition = "2018" -description = "Sapling on stilts!" +description = "[BETA] The Orchard shielded transaction protocol" license-file = "LICENSE-BOSL" repository = "https://github.com/zcash/orchard" documentation = "https://docs.rs/orchard" readme = "README.md" - -# We are not publishing this yet. -publish = false +categories = ["cryptography::cryptocurrencies"] +keywords = ["zcash"] [package.metadata.docs.rs] all-features = true