add webhook support
This commit is contained in:
parent
fc0d7c0307
commit
ebff54a8ba
5 changed files with 852 additions and 14 deletions
|
@ -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"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue