prepare for more flexible matchers/extractors

This commit is contained in:
Robin Appelman 2025-11-03 20:13:05 +01:00
commit e20f0d7661
9 changed files with 401 additions and 115 deletions

View file

@ -19,4 +19,7 @@ tracing-subscriber = "0.3.20"
notify-debouncer-full = "0.6.0"
ctrlc = "3.5.0"
sha2 = "0.11.0-rc.2"
hex = "0.4.3"
hex = "0.4.3"
[dev-dependencies]
maplit = "1.0.2"