|
@ -21,9 +21,6 @@ ark-relations = { git = "https://github.com/arkworks-rs/snark", default-features |
|
|
derivative = { version = "2", features = ["use_core"] } |
|
|
derivative = { version = "2", features = ["use_core"] } |
|
|
tracing = { version = "0.1", default-features = false, features = [ "attributes" ] } |
|
|
tracing = { version = "0.1", default-features = false, features = [ "attributes" ] } |
|
|
|
|
|
|
|
|
[build-dependencies] |
|
|
|
|
|
rustc_version = "0.2" |
|
|
|
|
|
|
|
|
|
|
|
[dev-dependencies] |
|
|
[dev-dependencies] |
|
|
rand = { version = "0.7", default-features = false } |
|
|
rand = { version = "0.7", default-features = false } |
|
|
rand_xorshift = "0.2" |
|
|
rand_xorshift = "0.2" |
|
|