add support for glob matchers

This commit is contained in:
2020-11-28 18:19:43 +01:00
parent 458b7b9aa1
commit 595fbbb3ed
3 changed files with 30 additions and 9 deletions

View File

@@ -18,3 +18,4 @@ clap = "2"
serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.8"
regex = "1"
globset = "0.4"