mirror of
https://github.com/logos-blockchain/sponges.git
synced 2026-07-29 18:13:17 +00:00
chore: add Risc0 zkVM dependency
This commit is contained in:
parent
8b2c41b0d2
commit
c4b35a1346
1404
Cargo.lock
generated
1404
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -19,6 +19,9 @@ hybrid-array = { version = "0.4", optional = true }
|
||||
[target.'cfg(target_arch = "aarch64")'.dependencies]
|
||||
cpufeatures = "0.3"
|
||||
|
||||
[target.'cfg(target_os = "zkvm")'.dependencies]
|
||||
risc0-zkvm = { version = "3.0.5", default-features = false, features = ["unstable"] }
|
||||
|
||||
[features]
|
||||
parallel = ["dep:hybrid-array"]
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user