Rename macro crate, start prepping for publish
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
[package]
|
||||
name = "mzp-peg-macro"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[lib]
|
||||
proc-macro = true
|
||||
|
||||
[dependencies]
|
||||
itertools = "0.14.0"
|
||||
proc-macro2 = "1.0.95"
|
||||
quote = "1.0.40"
|
||||
syn = "2.0.101"
|
||||
Reference in New Issue
Block a user