aboutsummaryrefslogtreecommitdiff
path: root/xtask/Cargo.toml
blob: 652fdedadc8c6f80062327c05f535cc7158d5c9b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "xtask"
version = "0.0.0"
edition = "2021"
publish = false

[dependencies]
anyhow = "1.0.43"
clap = { version = "4", features = ["derive"] }
pretty_env_logger = "0.5.0"
log = "0.4.17"
rayon = { version = "1.6.1", optional = true }
diffy = "0.3.0"