diff options
| author | Kamen Mladenov <kamen@syndamia.com> | 2025-02-03 12:08:47 +0200 |
|---|---|---|
| committer | Kamen Mladenov <kamen@syndamia.com> | 2025-02-03 12:08:47 +0200 |
| commit | 600b7efa6d8a8f23a86de786cf7de79b4f8c5d0e (patch) | |
| tree | 1148fb0c45343122bd57f88230e16db810213b82 /zkvms_host_io/input_macros/Cargo.toml | |
| parent | 0004e5127eb7d919b3db08b3f24c4b79843f69d6 (diff) | |
| download | zkVMs-benchmarks-600b7efa6d8a8f23a86de786cf7de79b4f8c5d0e.tar zkVMs-benchmarks-600b7efa6d8a8f23a86de786cf7de79b4f8c5d0e.tar.gz zkVMs-benchmarks-600b7efa6d8a8f23a86de786cf7de79b4f8c5d0e.zip | |
feat(zkvms_host_io): Make Output type contain public inputs
Diffstat (limited to 'zkvms_host_io/input_macros/Cargo.toml')
| -rw-r--r-- | zkvms_host_io/input_macros/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
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" |
