From 9aad50048a4b8ce89edbaba3a17d8caf729f648d Mon Sep 17 00:00:00 2001 From: Kamen Mladenov Date: Mon, 3 Feb 2025 13:18:55 +0200 Subject: feat(zkvms/nexus): Make guest commit public input --- zkvms/nexus/wrapper_macro/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'zkvms/nexus/wrapper_macro/Cargo.toml') diff --git a/zkvms/nexus/wrapper_macro/Cargo.toml b/zkvms/nexus/wrapper_macro/Cargo.toml index 14348e5..6223ed8 100644 --- a/zkvms/nexus/wrapper_macro/Cargo.toml +++ b/zkvms/nexus/wrapper_macro/Cargo.toml @@ -5,3 +5,6 @@ edition = "2021" [lib] proc-macro = true + +[dependencies] +toml = "0.8.19" -- cgit v1.2.3