mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-10 07:04:22 +00:00
27 lines
620 B
TOML
27 lines
620 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.workspace = true
|
|
directories = "5.0"
|
|
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"] }
|
|
stdx.workspace = true
|
|
proc-macro2 = "1.0.47"
|
|
quote = "1.0.20"
|
|
ungrammar = "1.16.1"
|
|
either.workspace = true
|
|
itertools.workspace = true
|
|
# Avoid adding more dependencies to this crate
|
|
|
|
[lints]
|
|
workspace = true
|