From 6e3ef85fd7b9e2e97583105a28a5a863527cfe59 Mon Sep 17 00:00:00 2001 From: Kamen Mladenov Date: Tue, 28 Jan 2025 13:04:02 +0200 Subject: feat(zkvms_host_io): Generate input type from string and read input data from TOML file --- zkvms_host_io/input_macros/Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 zkvms_host_io/input_macros/Cargo.toml (limited to 'zkvms_host_io/input_macros/Cargo.toml') 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 -- cgit v1.2.3