aboutsummaryrefslogtreecommitdiff
path: root/xtask/Cargo.toml
blob: 1f9eabdf51f9763c9259b3f4d778733fdc6fd699 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
authors = [
    "Ulf Lilleengen <[email protected]>",
    "Bob McWhirter <[email protected]>"
]
edition = "2018"
name = "xtask"
version = "0.1.0"

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