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
+1 -1
View File
@@ -121,7 +121,7 @@ pub fn parse_stat_labels(stat: &Stat, ctx: &Context) -> ParsedStat {
}
mod grammar {
use peg_macro::grammar;
use mzp_peg_macro::grammar;
grammar! {
program = (line ("\n" line)*)? EOI;