summaryrefslogtreecommitdiff
path: root/bin/xtask/Cargo.toml
blob: 901a1382719a96b209ffb0cbe4a2aee2efda84fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "xtask"
version = "0.1.0"
edition = "2021"
publish = false

[dependencies]
clap = { version = "4.2", features = ["derive"] }
dirs = "5.0"
strum = { version = "0.24", features = ["derive"] }
termcolor = "1.2"
thiserror = "1.0"