aboutsummaryrefslogtreecommitdiff
path: root/zkvms_host_io/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'zkvms_host_io/Cargo.toml')
-rw-r--r--zkvms_host_io/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/zkvms_host_io/Cargo.toml b/zkvms_host_io/Cargo.toml
index b4d6e8e..371758e 100644
--- a/zkvms_host_io/Cargo.toml
+++ b/zkvms_host_io/Cargo.toml
@@ -4,5 +4,8 @@ version = "0.1.0"
edition = "2021"
[dependencies]
+input_macros = { path = "./input_macros" }
clap = { version = "4.5.26", features = ["derive"] }
num-traits = "0.2.19"
+serde = { version = "1.0.217", features = ["derive"] }
+toml = "0.8.19"