refactor: split grid into mod
This commit is contained in:
parent
9194df3854
commit
9f1f23e62b
5 changed files with 221 additions and 1671 deletions
12
Cargo.toml
12
Cargo.toml
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue