aboutsummaryrefslogtreecommitdiff
path: root/zkvms/zkwasm/guest/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'zkvms/zkwasm/guest/Cargo.toml')
-rw-r--r--zkvms/zkwasm/guest/Cargo.toml2
1 files changed, 0 insertions, 2 deletions
diff --git a/zkvms/zkwasm/guest/Cargo.toml b/zkvms/zkwasm/guest/Cargo.toml
index 93b2245..79a9216 100644
--- a/zkvms/zkwasm/guest/Cargo.toml
+++ b/zkvms/zkwasm/guest/Cargo.toml
@@ -9,10 +9,8 @@ edition = "2021"
crate-type = ["cdylib"]
[dependencies]
-# THESE DEPENDENCIES NEED TO BE PRESENT IN THE HOST CARGO.TOML
rlp = { version = "0.5.2", default-features = false }
zkwasm-rust-sdk = { git = "https://github.com/DelphinusLab/zkWasm-rust.git" }
wasm-bindgen = "=0.2.95"
-zkp = { path = "./src/zkp" }
wrapper_macro = { version = "0.1.0", path = "../wrapper_macro" }