diff --git a/Cargo.toml b/Cargo.toml index 4421bbb..af3bec7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ authors = ["@shnewto", "@CrockAgile"] description = "A library for parsing Backus–Naur form context-free grammars" readme = "README.md" keywords = ["bnf", "earley", "parser"] -exclude = [".github", "tests", "benches", "*.snap", "*.bnf"] +exclude = [".github", "tests", "*.snap", "*.bnf"] homepage = "https://github.com/shnewto/bnf" repository = "https://github.com/shnewto/bnf"