Rename jaby_engine_fconv to fileconv

This commit is contained in:
2024-10-09 20:56:24 +02:00
parent e3206352fb
commit f6da5769d6
20 changed files with 86 additions and 86 deletions

View File

@@ -0,0 +1,14 @@
[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"
paste = "1.0.14"
png = "0.17.10"
tool_helper = {path = "../tool_helper"}