printserv/Cargo.toml

12 lines
386 B
TOML

[package]
name = "printserv"
version = "0.1.0"
edition = "2024"
[dependencies]
image = {version = "0.25.8", features = ["png"]}
# axum = { version = "0.8.4", features = ["multipart", "debug"] }
axum = { version = "0.8.4", features = ["multipart", "http2", "macros"] }
tokio = { version = "1.0", features = ["full"] }
tower-http = { version = "0.6.1", features = ["limit", "trace"] }