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.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/zkvms/risc0/host/Cargo.toml b/zkvms/risc0/host/Cargo.toml
index 0b50a85..1c9db58 100644
--- a/zkvms/risc0/host/Cargo.toml
+++ b/zkvms/risc0/host/Cargo.toml
@@ -10,5 +10,6 @@ risc0-zkp = { path = "/nix/store/6992z4qxba51p1m9vjbjvcwh16gvdp56-risc0-unstable
hex = { version = "0.4.3", default-features = false, features = ["alloc"] }
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
serde = "1.0"
+bytemuck_derive = "<1.9.0"
zkvms_host_io = { path = "../../../zkvms_host_io" }