From 3144cbc9e534ab78aa18ee47212fbeaef3da04cd Mon Sep 17 00:00:00 2001 From: Kamen Mladenov Date: Wed, 29 Jan 2025 16:59:28 +0200 Subject: feat(zkwasm): Remove workspace and use withGeneratedLockfile --- zkvms/zkwasm/host/Cargo.toml | 6 ------ 1 file changed, 6 deletions(-) (limited to 'zkvms/zkwasm/host/Cargo.toml') 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" -- cgit v1.2.3