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
@@ -207,7 +207,7 @@ impl<'a, T: Clone> Capture<'a, T> {
#[cfg(test)]
mod tests {
use insta::assert_debug_snapshot;
use peg_macro::grammar;
use mzp_peg_macro::grammar;
use super::ParseState;