From 1397089fd9d8423cc072f3c1acdb02a6bf7027b9 Mon Sep 17 00:00:00 2001 From: Robin Salen <30937548+Nashtare@users.noreply.github.com> Date: Tue, 16 Jul 2024 02:26:33 +0900 Subject: [PATCH] Update toml proc-macro (#396) --- 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