Implement the webhook

This commit is contained in:
Tamo
2023-11-27 15:11:22 +01:00
parent 00f0711207
commit 9b1de777de
5 changed files with 44 additions and 23 deletions

View File

@ -30,6 +30,7 @@ synchronoise = "1.0.1"
tempfile = "3.5.0"
thiserror = "1.0.40"
time = { version = "0.3.20", features = ["serde-well-known", "formatting", "parsing", "macros"] }
ureq = "2.9.1"
uuid = { version = "1.3.1", features = ["serde", "v4"] }
[dev-dependencies]