diff --git a/Cargo.toml b/Cargo.toml index 2527e885b..5b6bc3f00 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -169,6 +169,7 @@ optional = true [dependencies.memchr] version = "2.5.0" optional = true + # For the actual regex engines. [dependencies.regex-automata] path = "regex-automata"