summaryrefslogtreecommitdiffstats
path: root/src/tools/rust-analyzer/xtask/Cargo.toml
blob: 1c785b60a3d8fff3134e5f2200a5bc4178c628a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "xtask"
version = "0.1.0"
publish = false
license = "MIT OR Apache-2.0"
edition = "2021"
rust-version.workspace = true

[dependencies]
anyhow.workspace = true
flate2 = "1.0.24"
write-json = "0.1.2"
xshell.workspace = true
xflags = "0.3.0"
time = { version = "0.3", default-features = false }
zip = { version = "0.6", default-features = false, features = ["deflate", "time"] }
# Avoid adding more dependencies to this crate