feat: add ecc2 webhook notifications

This commit is contained in:
Affaan Mustafa
2026-04-09 21:14:09 -07:00
parent b45a6ca810
commit 5fb2e62216
7 changed files with 816 additions and 5 deletions

View File

@@ -27,6 +27,7 @@ serde_json = "1"
toml = "0.8"
regex = "1"
sha2 = "0.10"
ureq = { version = "2", features = ["json"] }
# CLI
clap = { version = "4", features = ["derive"] }