MyStitcher/Cargo.toml

13 lines
211 B
TOML
Raw Normal View History

2025-07-02 19:44:20 +07:00
[package]
name = "stitcher"
version = "0.1.0"
edition = "2024"
2025-07-02 19:44:20 +07:00
[dependencies]
2025-07-07 16:07:14 +07:00
dotenv = "0.15"
2025-07-03 18:40:44 +07:00
png = "0.17.16"
tokio = { version = "1.46.0", features = ["full"] }
fast_image_resize = "5.1.4"
futures = "0.3.31"