wip: it should work, but doesn't yet

This commit is contained in:
Noa Aarts 2024-07-12 23:42:46 +02:00
parent 43f4147b2a
commit 8c3ff179b2
3 changed files with 203 additions and 26 deletions

View file

@ -5,6 +5,11 @@ edition = "2021"
[dependencies]
axum = { version = "0.7.5" }
futures = "0.3.30"
http-body-util = "0.1.2"
image = "0.25.1"
tokio = { version = "1.38", features = ["full"] }
tokio-test = "*"
[profile.dev]
opt-level = 1