Newer
Older
license = "GPL-3"
description = "Command line asset manipulation, set up a pipeline once and run it against all of your files"
authors = [
"Louis Capitanchik <louis@microhacks.co.uk>"
]
clap = { version = "4.1.4", features = ["derive"] }
env_logger = "0.10.0"
log = "0.4.17"
anyhow = "1.0.69"
thiserror = "1.0.38"
num-traits = "0.2.15"
rayon = "1.6.1"
toml = "0.7.1"
serde = { version = "1.0.152", features = ["derive"] }
serde_json = "1.0.92"
glob = "0.3.1"