mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-10 15:14:32 +00:00
16 lines
248 B
TOML
16 lines
248 B
TOML
[package]
|
|
edition = "2018"
|
|
name = "xtask"
|
|
version = "0.1.0"
|
|
authors = ["rust-analyzer developers"]
|
|
publish = false
|
|
|
|
[lib]
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
walkdir = "2.3.1"
|
|
pico-args = "0.3.1"
|
|
quote = "1.0.2"
|
|
proc-macro2 = "1.0.8"
|
|
anyhow = "1.0.26"
|