ipimg/Cargo.toml

13 lines
297 B
TOML
Raw Normal View History

2024-05-30 20:51:24 +00:00
[package]
name = "ipimg"
version = "0.1.0"
edition = "2021"
[dependencies]
ab_glyph = "0.2.26"
axum = "0.7.5"
axum-client-ip = "0.6.0"
image = { version = "0.25.1", features = ["png"], default-features = false }
imageproc = "0.25.0"
tokio = { version = "1.37.0", features = ["rt-multi-thread"] }