diff --git a/sc_core/Cargo.toml b/sc_core/Cargo.toml index cfd758f..70d5b88 100644 --- a/sc_core/Cargo.toml +++ b/sc_core/Cargo.toml @@ -16,6 +16,9 @@ monotree.workspace = true bincode.workspace = true elliptic-curve.workspace = true hex.workspace = true +light-poseidon.workspace = true +ark-bn254.workspace = true +ark-ff.workspace = true risc0-zkvm = { git = "https://github.com/risc0/risc0.git", branch = "release-1.2" }