mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-01-30 23:42:13 +00:00
1d02363752
This will cause crates.io to render each crate's README as its information page.
21 lines
462 B
TOML
21 lines
462 B
TOML
[package]
|
|
name = "group"
|
|
version = "0.1.0"
|
|
authors = [
|
|
"Sean Bowe <ewillbefull@gmail.com>",
|
|
"Jack Grigg <jack@z.cash>",
|
|
]
|
|
readme = "README.md"
|
|
license = "MIT/Apache-2.0"
|
|
|
|
description = "Elliptic curve group traits and utilities"
|
|
documentation = "https://docs.rs/group/"
|
|
homepage = "https://github.com/ebfull/group"
|
|
repository = "https://github.com/ebfull/group"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
ff = { path = "../ff" }
|
|
rand = "0.7"
|
|
rand_xorshift = "0.2"
|