2018-02-03 03:51:06 -06:00
|
|
|
[package]
|
2019-10-17 11:36:55 -05:00
|
|
|
name = "xtask"
|
2018-02-03 03:51:06 -06:00
|
|
|
version = "0.1.0"
|
|
|
|
publish = false
|
2020-07-13 20:57:26 -05:00
|
|
|
license = "MIT OR Apache-2.0"
|
2021-10-23 07:07:11 -05:00
|
|
|
edition = "2021"
|
2023-07-17 08:49:15 -05:00
|
|
|
rust-version.workspace = true
|
2018-02-03 03:51:06 -06:00
|
|
|
|
|
|
|
[dependencies]
|
2023-11-16 14:27:35 -06:00
|
|
|
anyhow.workspace = true
|
2022-06-10 09:30:09 -05:00
|
|
|
flate2 = "1.0.24"
|
2022-03-22 11:36:41 -05:00
|
|
|
write-json = "0.1.2"
|
2023-11-16 14:27:35 -06:00
|
|
|
xshell.workspace = true
|
2022-10-11 02:37:35 -05:00
|
|
|
xflags = "0.3.0"
|
2023-02-13 05:55:14 -06:00
|
|
|
time = { version = "0.3", default-features = false }
|
2023-01-09 12:36:22 -06:00
|
|
|
zip = { version = "0.6", default-features = false, features = ["deflate", "time"] }
|
2020-08-14 10:30:16 -05:00
|
|
|
# Avoid adding more dependencies to this crate
|