From 600b7efa6d8a8f23a86de786cf7de79b4f8c5d0e Mon Sep 17 00:00:00 2001 From: Kamen Mladenov Date: Mon, 3 Feb 2025 12:08:47 +0200 Subject: feat(zkvms_host_io): Make Output type contain public inputs --- zkvms_host_io/input_macros/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (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 index 88cfb35..a8cb035 100644 --- a/zkvms_host_io/input_macros/Cargo.toml +++ b/zkvms_host_io/input_macros/Cargo.toml @@ -5,3 +5,6 @@ edition = "2021" [lib] proc_macro = true + +[dependencies] +toml = "0.8.19" -- cgit v1.2.3