orchard 0.1.0-beta.1

This commit is contained in:
Jack Grigg 2021-12-17 22:10:35 +00:00
parent 369b99ee3f
commit f98431175a
1 changed files with 7 additions and 5 deletions

View File

@ -1,19 +1,21 @@
[package] [package]
name = "orchard" name = "orchard"
version = "0.0.0" version = "0.1.0-beta.1"
authors = [ authors = [
"Sean Bowe <sean@electriccoin.co>", "Sean Bowe <sean@electriccoin.co>",
"Jack Grigg <jack@electriccoin.co>", "Jack Grigg <jack@electriccoin.co>",
"Daira Hopwood <daira@jacaranda.org>",
"Ying Tong Lai <yingtong@electriccoin.co>",
"Kris Nuttycombe <kris@electriccoin.co>",
] ]
edition = "2018" edition = "2018"
description = "Sapling on stilts!" description = "[BETA] The Orchard shielded transaction protocol"
license-file = "LICENSE-BOSL" license-file = "LICENSE-BOSL"
repository = "https://github.com/zcash/orchard" repository = "https://github.com/zcash/orchard"
documentation = "https://docs.rs/orchard" documentation = "https://docs.rs/orchard"
readme = "README.md" readme = "README.md"
categories = ["cryptography::cryptocurrencies"]
# We are not publishing this yet. keywords = ["zcash"]
publish = false
[package.metadata.docs.rs] [package.metadata.docs.rs]
all-features = true all-features = true