pirate-librustzcash/ff_derive/Cargo.toml

14 lines
201 B
TOML
Raw Normal View History

2017-06-26 05:09:43 +00:00
[package]
name = "ff_derive"
version = "0.1.0"
authors = ["Sean Bowe <ewillbefull@gmail.com>"]
[lib]
proc-macro = true
[dependencies]
syn = "0.11"
quote = "0.3"
num-bigint = "0.1"
num-traits = "0.1"