halo2/Cargo.toml

20 lines
375 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
"""
license = "MIT"
repository = "https://github.com/zcash/pollard"
documentation = "https://docs.rs/pollard"
readme = "README.md"
# publish = false
[package.metadata.docs.rs]
rustdoc-args = [ "--html-in-header", "katex-header.html" ]