Add more stuff to the Cargo.toml files.

This commit is contained in:
Sean Bowe 2017-06-25 23:12:40 -06:00
parent b11ea2db25
commit cf7d7e823b
2 changed files with 10 additions and 0 deletions

View File

@ -2,6 +2,11 @@
name = "ff"
version = "0.1.0"
authors = ["Sean Bowe <ewillbefull@gmail.com>"]
description = "Procedural macro library used to build custom prime field implementations"
documentation = "https://github.com/ebfull/ff"
homepage = "https://github.com/ebfull/ff"
license = "MIT/Apache-2.0"
repository = "https://github.com/ebfull/ff"
[dependencies]
rand = "0.3"

View File

@ -2,6 +2,11 @@
name = "ff_derive"
version = "0.1.0"
authors = ["Sean Bowe <ewillbefull@gmail.com>"]
description = "Procedural macro library used to build custom prime field implementations"
documentation = "https://github.com/ebfull/ff"
homepage = "https://github.com/ebfull/ff"
license = "MIT/Apache-2.0"
repository = "https://github.com/ebfull/ff"
[lib]
proc-macro = true