mirror of
https://github.com/logos-storage/proof-aggregation.git
synced 2026-01-04 06:43:07 +00:00
default-features
This commit is contained in:
parent
db4653a2a4
commit
8bc9e71fdc
10
Cargo.toml
10
Cargo.toml
@ -4,11 +4,11 @@ resolver = "2"
|
||||
|
||||
[workspace.dependencies]
|
||||
anyhow = { version = "1.0.89"}
|
||||
unroll = { version = "0.1.5", default-features = false }
|
||||
plonky2 = { version = "1.0.0", default-features = false }
|
||||
plonky2_field = { version = "1.0.0", default-features = false }
|
||||
plonky2_maybe_rayon = { version = "1.0.0", default-features = false }
|
||||
itertools = { version = "0.12.1", default-features = false }
|
||||
unroll = { version = "0.1.5"}
|
||||
plonky2 = { version = "1.0.0" }
|
||||
plonky2_field = { version = "1.0.0" }
|
||||
plonky2_maybe_rayon = { version = "1.0.0"}
|
||||
itertools = { version = "0.12.1"}
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
thiserror = "2.0.10"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user