mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-01-30 23:42:13 +00:00
14 lines
201 B
TOML
14 lines
201 B
TOML
[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"
|