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

7
Cargo.lock generated
View file

@ -235,6 +235,7 @@ dependencies = [
"hex",
"home",
"main_error",
"maplit",
"notify-debouncer-full",
"regex",
"serde",
@ -368,6 +369,12 @@ version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "155db5e86c6e45ee456bf32fad5a290ee1f7151c2faca27ea27097568da67d1a"
[[package]]
name = "maplit"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
[[package]]
name = "memchr"
version = "2.7.6"