add: letters api

This commit is contained in:
trisua 2025-08-02 00:44:23 -04:00
parent 46e38042ce
commit 2e60cbc464
9 changed files with 247 additions and 31 deletions

View file

@ -20,7 +20,7 @@ tower-http = { version = "0.6.6", features = [
"set-header",
] }
axum = { version = "0.8.4", features = ["macros", "ws"] }
tokio = { version = "1.46.1", features = ["macros", "rt-multi-thread"] }
tokio = { version = "1.47.1", features = ["macros", "rt-multi-thread"] }
axum-extra = { version = "0.10.1", features = ["cookie", "multipart"] }
ammonia = "4.1.1"
tetratto-shared = { path = "../shared" }
@ -29,7 +29,7 @@ tetratto-l10n = { path = "../l10n" }
image = "0.25.6"
reqwest = { version = "0.12.22", features = ["json", "stream"] }
regex = "1.11.1"
serde_json = "1.0.141"
serde_json = "1.0.142"
mime_guess = "2.0.5"
cf-turnstile = "0.2.0"
contrasted = "0.1.3"
@ -42,7 +42,7 @@ async-stripe = { version = "0.41.0", features = [
"runtime-tokio-hyper",
"connect",
] }
emojis = "0.7.0"
emojis = "0.7.1"
webp = "0.3.0"
nanoneo = "0.2.0"
cookie = "0.18.1"