From e8b7b1c4e644679f84e1e20e170d4efa7a624622 Mon Sep 17 00:00:00 2001 From: Kamen Mladenov Date: Tue, 14 Jan 2025 16:39:48 +0200 Subject: feat(zkvms): Export io logic to it's own crate --- zkvms/risc0/host/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'zkvms/risc0/host/Cargo.toml') diff --git a/zkvms/risc0/host/Cargo.toml b/zkvms/risc0/host/Cargo.toml index 5074af1..ff28294 100644 --- a/zkvms/risc0/host/Cargo.toml +++ b/zkvms/risc0/host/Cargo.toml @@ -10,3 +10,5 @@ risc0-zkp = { path = "/nix/store/l1rxg23rrrdwi9cf6rc82mqavklvqc18-risc0-unstable hex = { version = "0.4.3", default-features = false, features = ["alloc"] } tracing-subscriber = { version = "0.3", features = ["env-filter"] } serde = "1.0" + +zkvms_host_io = { path = "../../../zkvms_host_io" } -- cgit v1.2.3