]> git.lizzy.rs Git - rust.git/blob - src/tools/rust-analyzer/xtask/Cargo.toml
Rollup merge of #106645 - c410-f3r:rfc-2397-1, r=oli-obk
[rust.git] / src / tools / rust-analyzer / xtask / Cargo.toml
1 [package]
2 name = "xtask"
3 version = "0.1.0"
4 publish = false
5 license = "MIT OR Apache-2.0"
6 edition = "2021"
7 rust-version = "1.65"
8
9 [dependencies]
10 anyhow = "1.0.62"
11 flate2 = "1.0.24"
12 write-json = "0.1.2"
13 xshell = "0.2.2"
14 xflags = "0.3.0"
15 zip = { version = "0.6", default-features = false, features = ["deflate", "time"] }
16 # Avoid adding more dependencies to this crate