jabyengine/src/Tools/fileconv/Cargo.toml

15 lines
317 B
TOML

[package]
name = "fileconv"
version = "0.5.0"
edition = "2021"
[profile.release]
panic = "abort"
[dependencies]
clap = {version = "4.4.11", features = ["derive"]}
image = "0.24.7"
hound = "3.5.1"
paste = "1.0.14"
png = "0.17.10"
tool_helper = {path = "../tool_helper"}