Rename jaby_engine_fconv to fileconv
This commit is contained in:
14
src/Tools/fileconv/Cargo.toml
Normal file
14
src/Tools/fileconv/Cargo.toml
Normal 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"}
|
||||
Reference in New Issue
Block a user