blob: 09d9c9664f66f51c859e3e0abadacb49363ab538 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
[workspace]
resolver = "2"
members = [
"host",
"guest",
"guest/guests/*",
]
[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" }
|