Add more stuff to the Cargo.toml files.
This commit is contained in:
parent
b11ea2db25
commit
cf7d7e823b
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue