mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-14 17:07:26 +00:00
18 lines
315 B
TOML
18 lines
315 B
TOML
[package]
|
|
edition = "2018"
|
|
name = "xtask"
|
|
version = "0.1.0"
|
|
authors = ["rust-analyzer developers"]
|
|
publish = false
|
|
|
|
[lib]
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
walkdir = "2.1.3"
|
|
pico-args = "0.3.0"
|
|
quote = "1.0.2"
|
|
proc-macro2 = "1.0.1"
|
|
ron = "0.5.1"
|
|
serde = { version = "1.0.0", features = ["derive"] }
|
|
anyhow = "1.0.19"
|