Rename macro crate, start prepping for publish

This commit is contained in:
2025-07-13 01:12:18 -07:00
parent 8817cd8e2e
commit f6df3222ab
8 changed files with 17 additions and 18 deletions
+2 -2
View File
@@ -8,7 +8,7 @@ edition = "2024"
[dependencies]
anyhow = "1.0.86"
codepage-437 = "0.1.0"
peg_macro = { path = "./peg_macro"}
mzp-peg-macro = { path = "./mzp_peg_macro", version = "0.1.0" }
insta = "1.39.0"
nom = "8.0.0"
compact_str = "0.9.0"
@@ -27,4 +27,4 @@ name = "marzipan"
path = "src/main.rs"
[workspace]
members = [".", "peg_macro"]
members = [".", "mzp_peg_macro"]