From ee2dcaaf9423c676cbc630230560bb4c85670f88 Mon Sep 17 00:00:00 2001 From: Robin Salen Date: Mon, 15 Jul 2024 13:22:55 -0400 Subject: [PATCH] Update toml proc-macro --- proc_macro/Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/proc_macro/Cargo.toml b/proc_macro/Cargo.toml index d2deca37f..c3ee894e4 100644 --- a/proc_macro/Cargo.toml +++ b/proc_macro/Cargo.toml @@ -1,10 +1,13 @@ [package] name = "zk_evm_proc_macro" +description = "Procedural Macros for Polygon Zero zkEVM" +authors = ["Polygon Zero"] version = "0.1.0" -publish = false edition.workspace = true license.workspace = true repository.workspace = true +homepage.workspace = true +keywords.workspace = true [lib] proc-macro = true