summaryrefslogtreecommitdiffstats
path: root/globset/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'globset/Cargo.toml')
-rw-r--r--globset/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/globset/Cargo.toml b/globset/Cargo.toml
index a885ea18..b302d9cd 100644
--- a/globset/Cargo.toml
+++ b/globset/Cargo.toml
@@ -28,3 +28,6 @@ regex = "0.1.77"
[dev-dependencies]
glob = "0.2"
+
+[features]
+simd-accel = ["regex/simd-accel"]