orchard/Cargo.toml

19 lines
433 B
TOML
Raw Normal View History

2020-10-20 14:12:37 -07:00
[package]
name = "pollard"
version = "0.0.0"
authors = [
"Sean Bowe <sean@electriccoin.co>",
]
edition = "2018"
2020-10-20 14:36:48 -07:00
description = "Sapling on stilts!"
2020-10-20 14:12:51 -07:00
license = "TGPPL"
2020-10-20 14:12:37 -07:00
repository = "https://github.com/zcash/pollard"
documentation = "https://docs.rs/pollard"
readme = "README.md"
2020-10-20 14:12:51 -07:00
# We can't publish to crates.io under TGPPL yet.
publish = false
2020-10-20 14:12:37 -07:00
[package.metadata.docs.rs]
rustdoc-args = [ "--html-in-header", "katex-header.html" ]