refactor: split grid into mod

This commit is contained in:
Noa Aarts 2024-07-25 16:45:15 +02:00
parent 9194df3854
commit 9f1f23e62b
5 changed files with 221 additions and 1671 deletions

View file

@ -4,16 +4,14 @@ version = "0.1.0"
edition = "2021"
[dependencies]
axum = { version = "0.7.5", features = ["macros"] }
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
[profile.release]
lto = "fat"
codegen-units = 1
panic = "abort"