rust/xtask/Cargo.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

18 lines
419 B
TOML
Raw Normal View History

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