aboutsummaryrefslogtreecommitdiff
path: root/zkvms/risc0/host/Cargo.toml
diff options
context:
space:
mode:
authorKamen Mladenov <kamen@syndamia.com>2025-01-14 16:39:48 +0200
committerKamen Mladenov <kamen@syndamia.com>2025-01-14 16:39:48 +0200
commite8b7b1c4e644679f84e1e20e170d4efa7a624622 (patch)
treef88ccaa44ce2844285ffd9313535a1560e5a544c /zkvms/risc0/host/Cargo.toml
parent5e9c547275b23ae6117375f9472d6d109f90625b (diff)
downloadzkVMs-benchmarks-e8b7b1c4e644679f84e1e20e170d4efa7a624622.tar
zkVMs-benchmarks-e8b7b1c4e644679f84e1e20e170d4efa7a624622.tar.gz
zkVMs-benchmarks-e8b7b1c4e644679f84e1e20e170d4efa7a624622.zip
feat(zkvms): Export io logic to it's own crate
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" }