|
|
@ -12,6 +12,12 @@ include = ["Cargo.toml", "src", "README.md", "LICENSE-APACHE", "LICENSE-MIT"] |
|
|
|
license = "MIT/Apache-2.0" |
|
|
|
edition = "2018" |
|
|
|
|
|
|
|
[profile.release] |
|
|
|
panic = 'abort' |
|
|
|
|
|
|
|
[profile.dev] |
|
|
|
panic = 'abort' |
|
|
|
|
|
|
|
[dependencies] |
|
|
|
ark-ff = { git = "https://github.com/arkworks-rs/algebra", default-features = false } |
|
|
|
ark-ec = { git = "https://github.com/arkworks-rs/algebra", default-features = false } |
|
|
|