summaryrefslogtreecommitdiff
path: root/xtask/Cargo.toml
blob: 696cfdafe10306d0d415161fd8b39fbf79ebfbd3 (plain)
1
2
3
4
5
6
7
8
9
10
11
[package]
edition = "2021"
name = "xtask"
version = "0.1.0"
license = "MIT OR Apache-2.0"

[dependencies]
anyhow = "1.0.43"
xshell = "0.1.17"
yaml-rust = "0.4.5"
walkdir = "2.3.2"