blob: e444c2690bfdb5e5dcb6ab1a461ff532680d1a5e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[workspace]
resolver = "2"
members = [
"host",
]
[profile.release]
debug = 1
codegen-units = 1
lto = "fat"
[patch.crates-io]
ark-ff = { git = "https://github.com/a16z/arkworks-algebra", branch = "optimize/field-from-u64" }
ark-ec = { git = "https://github.com/a16z/arkworks-algebra", branch = "optimize/field-from-u64" }
ark-serialize = { git = "https://github.com/a16z/arkworks-algebra", branch = "optimize/field-from-u64" }
|