Initial commit.

This commit is contained in:
Sean Bowe
2017-06-25 23:09:43 -06:00
commit b11ea2db25
8 changed files with 644 additions and 0 deletions

13
ff_derive/Cargo.toml Normal file
View File

@@ -0,0 +1,13 @@
[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"