halo2/Cargo.toml

21 lines
424 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"
description = """
TBD
"""
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" ]