xtask runner for CI types of things and other utilities.
This commit is contained in:
14
xtask/Cargo.toml
Normal file
14
xtask/Cargo.toml
Normal 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"
|
Reference in New Issue
Block a user