mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-02-12 01:55:48 +00:00
Add more stuff to the Cargo.toml files.
This commit is contained in:
parent
b11ea2db25
commit
cf7d7e823b
@ -2,6 +2,11 @@
|
|||||||
name = "ff"
|
name = "ff"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["Sean Bowe <ewillbefull@gmail.com>"]
|
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]
|
[dependencies]
|
||||||
rand = "0.3"
|
rand = "0.3"
|
||||||
|
@ -2,6 +2,11 @@
|
|||||||
name = "ff_derive"
|
name = "ff_derive"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["Sean Bowe <ewillbefull@gmail.com>"]
|
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]
|
[lib]
|
||||||
proc-macro = true
|
proc-macro = true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user