treefmt/Cargo.toml
Jonas Chevalier 3fa53f31e6
replace 'which' with crate (#42)
The binary is not available on all platforms.
2021-02-06 19:13:24 +00:00

27 lines
579 B
TOML

[package]
name = "prjfmt"
version = "0.1.0"
authors = ["Andika Demas Riyandi <andika.riyan@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0"
console = "0.13"
either = "1.6.1"
env_logger = { version = "0.8", default-features = false }
filetime = "0.2"
glob = "0.3"
hex = "0.4"
ignore = "0.4.17"
log = "0.4"
rayon = "1.5.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
sha-1 = "0.9.2"
structopt = "0.3"
toml = "0.5"
xshell = "0.1"
which = "4.0.2"