xtask runner for CI types of things and other utilities.

This commit is contained in:
Bob McWhirter
2021-08-17 12:15:24 -04:00
parent bc57d6839f
commit 61e6b52870
3 changed files with 245 additions and 0 deletions

14
xtask/Cargo.toml Normal file
View File

@ -0,0 +1,14 @@
[package]
authors = [
"Ulf Lilleengen <lulf@redhat.com>",
"Bob McWhirter <bmcwhirt@redhat.com>"
]
edition = "2018"
name = "xtask"
version = "0.1.0"
[dependencies]
anyhow = "1.0"
xshell = "0.1"
yaml-rust = "0.4"
walkdir = "2.3.2"