wip: AAAAAA

This commit is contained in:
Noa Aarts 2024-07-13 01:56:36 +02:00
parent 8c3ff179b2
commit e6f3df0882
3 changed files with 107 additions and 66 deletions

View file

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