aboutsummaryrefslogtreecommitdiff
path: root/zkvms_host_io/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_host_io/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_host_io/Cargo.toml')
-rw-r--r--zkvms_host_io/Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/zkvms_host_io/Cargo.toml b/zkvms_host_io/Cargo.toml
new file mode 100644
index 0000000..b4d6e8e
--- /dev/null
+++ b/zkvms_host_io/Cargo.toml
@@ -0,0 +1,8 @@
+[package]
+name = "zkvms_host_io"
+version = "0.1.0"
+edition = "2021"
+
+[dependencies]
+clap = { version = "4.5.26", features = ["derive"] }
+num-traits = "0.2.19"