update: cloudflare sucks

This commit is contained in:
maix0 2024-09-27 20:07:55 +02:00
parent 0fffd33b79
commit e151a799ef
10 changed files with 566 additions and 1156 deletions

View file

@ -7,8 +7,11 @@ edition = "2021"
axum = { version = "0.7.5", features = ["multipart", "macros"] }
axum-extra = { version = "0.9.3", features = ["cookie-private"] }
base64 = "0.22.1"
oauth2 = "5.0.0-alpha"
reqwest = { version = "0.12.5", features = ["json"] }
color-eyre = "0.6.3"
http = "1.1.0"
pct-str = "2.0.0"
rand = "0.8.5"
reqwest = { version = "0.12.5", features = ["json", "default-tls"] }
serde = { version = "1.0.203", features = ["derive"] }
serde_json = "1.0.118"
time = "0.3.36"