2018-02-03 09:51:06 +00:00
|
|
|
[package]
|
2019-10-17 16:36:55 +00:00
|
|
|
name = "xtask"
|
2018-02-03 09:51:06 +00:00
|
|
|
version = "0.1.0"
|
|
|
|
publish = false
|
2020-07-14 01:57:26 +00:00
|
|
|
license = "MIT OR Apache-2.0"
|
2021-10-23 12:07:11 +00:00
|
|
|
edition = "2021"
|
2023-07-14 13:15:26 +00:00
|
|
|
rust-version.workspace = true
|
2018-02-03 09:51:06 +00:00
|
|
|
|
|
|
|
[dependencies]
|
2023-11-15 10:49:32 +00:00
|
|
|
anyhow.workspace = true
|
2024-04-07 08:41:39 +00:00
|
|
|
directories = "5.0"
|
2022-06-10 14:30:09 +00:00
|
|
|
flate2 = "1.0.24"
|
2022-03-22 16:36:41 +00:00
|
|
|
write-json = "0.1.2"
|
2023-11-15 19:12:18 +00:00
|
|
|
xshell.workspace = true
|
2022-10-08 14:35:07 +00:00
|
|
|
xflags = "0.3.0"
|
2023-02-01 17:06:09 +00:00
|
|
|
time = { version = "0.3", default-features = false }
|
2023-01-01 16:52:47 +00:00
|
|
|
zip = { version = "0.6", default-features = false, features = ["deflate", "time"] }
|
2024-02-28 15:17:44 +00:00
|
|
|
stdx.workspace = true
|
2024-03-19 09:40:36 +00:00
|
|
|
proc-macro2 = "1.0.47"
|
|
|
|
quote = "1.0.20"
|
|
|
|
ungrammar = "1.16.1"
|
|
|
|
itertools.workspace = true
|
2020-08-14 15:30:16 +00:00
|
|
|
# Avoid adding more dependencies to this crate
|
2023-12-29 14:22:29 +00:00
|
|
|
|
|
|
|
[lints]
|
2024-02-28 15:17:44 +00:00
|
|
|
workspace = true
|