diff --git a/Cargo.toml b/Cargo.toml index be69acf12..a5370977a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ finite automata and guarantees linear time matching on all inputs. """ categories = ["text-processing"] autotests = false -exclude = ["/fuzz/*", "/record/*", "/scripts/*", "/.github/*"] +exclude = ["/fuzz/*", "/record/*", "/scripts/*", "tests/fuzz/*", "/.github/*"] edition = "2021" rust-version = "1.65"