mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-15 01:17:27 +00:00
17 lines
427 B
TOML
17 lines
427 B
TOML
[package]
|
|
name = "xtask"
|
|
version = "0.1.0"
|
|
publish = false
|
|
license = "MIT OR Apache-2.0"
|
|
edition = "2021"
|
|
rust-version.workspace = true
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.62"
|
|
flate2 = "1.0.24"
|
|
write-json = "0.1.2"
|
|
xshell = "0.2.2"
|
|
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
|