add webhook

This commit is contained in:
JMARyA 2024-03-17 18:17:36 +01:00
parent 6b16402126
commit a91d8eebf4
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
5 changed files with 56 additions and 3 deletions

View file

@ -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"] }