2021-08-17 16:15:24 +00:00
|
|
|
[package]
|
2022-06-18 00:15:48 +00:00
|
|
|
edition = "2021"
|
2021-08-17 16:15:24 +00:00
|
|
|
name = "xtask"
|
|
|
|
version = "0.1.0"
|
2022-10-07 10:41:56 +00:00
|
|
|
license = "MIT OR Apache-2.0"
|
2021-08-17 16:15:24 +00:00
|
|
|
|
|
|
|
[dependencies]
|
2021-09-10 22:10:46 +00:00
|
|
|
anyhow = "1.0.43"
|
|
|
|
xshell = "0.1.17"
|
|
|
|
yaml-rust = "0.4.5"
|
|
|
|
walkdir = "2.3.2"
|