MyStitcher/Cargo.toml
2025-07-07 16:07:14 +07:00

12 lines
211 B
TOML

[package]
name = "stitcher"
version = "0.1.0"
edition = "2024"
[dependencies]
dotenv = "0.15"
png = "0.17.16"
tokio = { version = "1.46.0", features = ["full"] }
fast_image_resize = "5.1.4"
futures = "0.3.31"