mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-17 18:28:44 +00:00
15 lines
282 B
TOML
15 lines
282 B
TOML
[package]
|
|
name = "xtask"
|
|
version = "0.1.0"
|
|
publish = false
|
|
license = "MIT OR Apache-2.0"
|
|
edition = "2021"
|
|
rust-version = "1.57"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.57"
|
|
flate2 = "1.0.24"
|
|
write-json = "0.1.2"
|
|
xshell = "0.2.2"
|
|
xflags = "0.2.4"
|
|
# Avoid adding more dependencies to this crate
|