diff --git a/Cargo.lock b/Cargo.lock index a6e4111..8ba02bb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -17,6 +17,14 @@ version = "1.0.86" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" +[[package]] +name = "grammar" +version = "0.1.0" +dependencies = [ + "anyhow", + "regex", +] + [[package]] name = "memchr" version = "2.7.2" @@ -51,11 +59,3 @@ name = "regex-syntax" version = "0.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56" - -[[package]] -name = "template" -version = "0.1.0" -dependencies = [ - "anyhow", - "regex", -] diff --git a/Cargo.toml b/Cargo.toml index 86558c2..1a58d06 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "template" +name = "grammar" version = "0.1.0" edition = "2021"