add webhook support

This commit is contained in:
JMARyA 2024-03-17 00:42:36 +01:00
parent fc0d7c0307
commit ebff54a8ba
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
5 changed files with 852 additions and 14 deletions

View file

@ -13,4 +13,5 @@ rusqlite = "0.30.0"
serde = { version = "1.0.196", features = ["derive"] }
serde_json = "1.0.113"
toml = "0.8.10"
jobdispatcher = { git = "https://git.hydrar.de/jmarya/jobdispatcher" }
jobdispatcher = { git = "https://git.hydrar.de/jmarya/jobdispatcher" }
reqwest = { version = "0.11.26", features = ["blocking", "json"] }