chore: move image stuff to axum-image
This commit is contained in:
parent
dbed2b2457
commit
e8cc541f45
15 changed files with 48 additions and 244 deletions
|
@ -21,12 +21,11 @@ tower-http = { version = "0.6.6", features = [
|
|||
] }
|
||||
axum = { version = "0.8.4", features = ["macros", "ws"] }
|
||||
tokio = { version = "1.47.1", features = ["macros", "rt-multi-thread"] }
|
||||
axum-extra = { version = "0.10.1", features = ["cookie", "multipart"] }
|
||||
axum-extra = { version = "0.10.1", features = ["cookie"] }
|
||||
ammonia = "4.1.1"
|
||||
tetratto-shared = { path = "../shared" }
|
||||
tetratto-core = { path = "../core" }
|
||||
tetratto-l10n = { path = "../l10n" }
|
||||
image = "0.25.6"
|
||||
reqwest = { version = "0.12.23", features = ["json", "stream"] }
|
||||
regex = "1.11.1"
|
||||
serde_json = "1.0.142"
|
||||
|
@ -43,6 +42,6 @@ async-stripe = { version = "0.41.0", features = [
|
|||
"connect",
|
||||
] }
|
||||
emojis = "0.7.2"
|
||||
webp = "0.3.0"
|
||||
nanoneo = "0.2.0"
|
||||
cookie = "0.18.1"
|
||||
axum-image = "0.1.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue