Newer
Older
homepage = "https://microhacks.lcr.app/crunch/"
repository = "https://lab.lcr.gr/microhacks/crunch"
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>"
]
[[bin]]
name = "crunch"
path = "src/main.rs"
env_logger = "0.10.0"
log = "0.4.17"
anyhow = "1.0.69"
rayon = "1.7.0"
toml = "0.7.3"
serde = { version = "1.0.156", features = ["derive"] }
serde_json = "1.0.94"