14 lines
246 B
TOML
14 lines
246 B
TOML
[package]
|
|
authors = [
|
|
"Ulf Lilleengen <lulf@redhat.com>",
|
|
"Bob McWhirter <bmcwhirt@redhat.com>"
|
|
]
|
|
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"
|