Add WIP webhook functionality

This commit is contained in:
Elnu 2023-03-29 23:50:20 -07:00
parent d14f7f45ce
commit 11fb6d617c
5 changed files with 64 additions and 6 deletions

View file

@ -30,3 +30,4 @@ sanitize_html = "0.7"
clap = { version = "4.2", features = ["derive"] }
serde_yaml = "0.9"
derive_more = "0.99"
webhook = "2.1"