aboutsummaryrefslogtreecommitdiff
path: root/zkvms/risc0/host/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'zkvms/risc0/host/Cargo.toml')
-rw-r--r--zkvms/risc0/host/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
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" }