12 lines
297 B
TOML
12 lines
297 B
TOML
[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"] }
|