MyStitcher/Cargo.toml

9 lines
175 B
TOML

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