aboutsummaryrefslogtreecommitdiff
path: root/zkvms_host_io/input_macros/Cargo.toml
diff options
context:
space:
mode:
authorKamen Mladenov <kamen@syndamia.com>2025-01-28 13:04:02 +0200
committerKamen Mladenov <kamen@syndamia.com>2025-01-28 13:04:02 +0200
commit6e3ef85fd7b9e2e97583105a28a5a863527cfe59 (patch)
tree3ff489706658532819fa5bcf0f4e6ec18bd2b912 /zkvms_host_io/input_macros/Cargo.toml
parenta82b39d1001fb6cb8d6e1cc824028aa08c7ed6de (diff)
downloadzkVMs-benchmarks-6e3ef85fd7b9e2e97583105a28a5a863527cfe59.tar
zkVMs-benchmarks-6e3ef85fd7b9e2e97583105a28a5a863527cfe59.tar.gz
zkVMs-benchmarks-6e3ef85fd7b9e2e97583105a28a5a863527cfe59.zip
feat(zkvms_host_io): Generate input type from string and read input data from TOML file
Diffstat (limited to 'zkvms_host_io/input_macros/Cargo.toml')
-rw-r--r--zkvms_host_io/input_macros/Cargo.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/zkvms_host_io/input_macros/Cargo.toml b/zkvms_host_io/input_macros/Cargo.toml
new file mode 100644
index 0000000..88cfb35
--- /dev/null
+++ b/zkvms_host_io/input_macros/Cargo.toml
@@ -0,0 +1,7 @@
+[package]
+name = "input_macros"
+version = "0.1.0"
+edition = "2021"
+
+[lib]
+proc_macro = true