mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-15 17:28:09 +00:00
15 lines
277 B
TOML
15 lines
277 B
TOML
[package]
|
|
name = "xtask"
|
|
version = "0.1.0"
|
|
publish = false
|
|
license = "MIT OR Apache-2.0"
|
|
edition = "2021"
|
|
rust-version = "1.56"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.26"
|
|
flate2 = "1.0"
|
|
write-json = "0.1.0"
|
|
xshell = "0.1"
|
|
xflags = "0.2.1"
|
|
# Avoid adding more dependencies to this crate
|