aboutsummaryrefslogtreecommitdiff
path: root/zkvms/risc0/guest/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'zkvms/risc0/guest/Cargo.toml')
-rw-r--r--zkvms/risc0/guest/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/zkvms/risc0/guest/Cargo.toml b/zkvms/risc0/guest/Cargo.toml
index e084ce7..4495781 100644
--- a/zkvms/risc0/guest/Cargo.toml
+++ b/zkvms/risc0/guest/Cargo.toml
@@ -6,6 +6,5 @@ edition = "2021"
[workspace]
[dependencies]
-zkp = { path = "./src/zkp" }
wrapper_macro = { version = "0.1.0", path = "../wrapper_macro" }
risc0-zkvm = { path = "/nix/store/l1rxg23rrrdwi9cf6rc82mqavklvqc18-risc0-unstable-2024-12-21/risc0/zkvm", default-features = false, features = ['std'] }