Cargo Features
[dependencies]
change-detection = { version = "1.2.0", default-features = false, features = ["glob"] }
- default = glob
-
The
glob
feature is set by default wheneverchange-detection
is added without
somewhere in the dependency tree.default-features = false - glob default
-
Enables glob of path-matchers
ChangeDetection has 2 features without comments.