feat: add ecc2 regex output search

This commit is contained in:
Affaan Mustafa
2026-04-09 04:00:31 -07:00
parent 8440181001
commit 8fc40da739
3 changed files with 62 additions and 20 deletions

View File

@@ -25,6 +25,7 @@ git2 = "0.20"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
toml = "0.8"
regex = "1"
# CLI
clap = { version = "4", features = ["derive"] }