Skip to content

Commit 1397089

Browse files
authored
Update toml proc-macro (#396)
1 parent bbfc858 commit 1397089

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

proc_macro/Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
[package]
22
name = "zk_evm_proc_macro"
3+
description = "Procedural Macros for Polygon Zero zkEVM"
4+
authors = ["Polygon Zero"]
35
version = "0.1.0"
4-
publish = false
56
edition.workspace = true
67
license.workspace = true
78
repository.workspace = true
9+
homepage.workspace = true
10+
keywords.workspace = true
811

912
[lib]
1013
proc-macro = true

0 commit comments

Comments
 (0)