aboutsummaryrefslogtreecommitdiff
path: root/zkvms_guest_io/Cargo.toml
diff options
context:
space:
mode:
authorKamen Mladenov <kamen@syndamia.com>2025-03-06 13:36:40 +0200
committerKamen Mladenov <kamen@syndamia.com>2025-03-10 10:25:57 +0200
commit5969acd65589e264e4e39e165985a6c605b2eaa3 (patch)
tree52dcbe5283472bb890d250e3ad17de2c395598a0 /zkvms_guest_io/Cargo.toml
parenteea11570c9d46ea994a4912d92bce5b6b6dfe49f (diff)
downloadzkVMs-benchmarks-5969acd65589e264e4e39e165985a6c605b2eaa3.tar
zkVMs-benchmarks-5969acd65589e264e4e39e165985a6c605b2eaa3.tar.gz
zkVMs-benchmarks-5969acd65589e264e4e39e165985a6c605b2eaa3.zip
feat: Replace guest script with a fully-fledged Rust program
Diffstat (limited to 'zkvms_guest_io/Cargo.toml')
-rw-r--r--zkvms_guest_io/Cargo.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/zkvms_guest_io/Cargo.toml b/zkvms_guest_io/Cargo.toml
new file mode 100644
index 0000000..76ead99
--- /dev/null
+++ b/zkvms_guest_io/Cargo.toml
@@ -0,0 +1,7 @@
+[package]
+name = "zkvms_guest_io"
+version = "0.1.0"
+edition = "2021"
+
+[dependencies]
+clap = { version = "4.5.31", features = ["derive"] }