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