feature: post discord webhook on quote creation

This commit is contained in:
2026-04-29 00:54:44 +02:00
parent 851f73f639
commit 1578c3a708
5 changed files with 641 additions and 1 deletions

View File

@@ -17,6 +17,7 @@ log = "0.4.29"
maud = { version = "0.27.0", features = ["axum"] }
rand = "0.10.0"
rand08 = { version = "0.8.5", package = "rand" }
reqwest = { version = "0.13.3", features = ["json"] }
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.149"
sha2 = "0.10.9"