Rename macro crate, start prepping for publish
This commit is contained in:
+2
-2
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user