aboutsummaryrefslogtreecommitdiff
path: root/zkvms/zkwasm/host/Cargo.toml
diff options
context:
space:
mode:
authorKamen Mladenov <kamen@syndamia.com>2025-01-29 16:59:28 +0200
committerKamen Mladenov <kamen@syndamia.com>2025-01-29 16:59:28 +0200
commit3144cbc9e534ab78aa18ee47212fbeaef3da04cd (patch)
tree9b1eb299962299f6d76798bb4e0906c6f386ab99 /zkvms/zkwasm/host/Cargo.toml
parente570eae41fd6b05fad36393f9e05f931d6ea66c7 (diff)
downloadzkVMs-benchmarks-3144cbc9e534ab78aa18ee47212fbeaef3da04cd.tar
zkVMs-benchmarks-3144cbc9e534ab78aa18ee47212fbeaef3da04cd.tar.gz
zkVMs-benchmarks-3144cbc9e534ab78aa18ee47212fbeaef3da04cd.zip
feat(zkwasm): Remove workspace and use withGeneratedLockfile
Diffstat (limited to 'zkvms/zkwasm/host/Cargo.toml')
-rw-r--r--zkvms/zkwasm/host/Cargo.toml6
1 files changed, 0 insertions, 6 deletions
diff --git a/zkvms/zkwasm/host/Cargo.toml b/zkvms/zkwasm/host/Cargo.toml
index 01e3fda..581038b 100644
--- a/zkvms/zkwasm/host/Cargo.toml
+++ b/zkvms/zkwasm/host/Cargo.toml
@@ -6,9 +6,3 @@ edition = "2021"
[dependencies]
zkvms_host_io = { path = "../../../zkvms_host_io" }
regex = "1.11.1"
-
-# THESE ARE A COPY OF THE GUEST DEPENDENCIES
-# They're here as a hack, so crane.lib will fetch them
-rlp = { version = "0.5.2", default-features = false }
-zkwasm-rust-sdk = { git = "https://github.com/DelphinusLab/zkWasm-rust.git" }
-wasm-bindgen = "=0.2.95"