add webhook
This commit is contained in:
parent
6b16402126
commit
a91d8eebf4
5 changed files with 56 additions and 3 deletions
|
@ -15,7 +15,7 @@ gnupg-rs = "0.1.0"
|
|||
web-base = "0.2"
|
||||
serde = {version = "1.0.147", features = ["derive"] }
|
||||
serde_json = "1.0.87"
|
||||
reqwest = "0.11"
|
||||
reqwest = { version = "0.11", features = ["blocking", "json"] }
|
||||
maud = "0.24.0"
|
||||
tokio = { version = "1", features = ["sync"] }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue