aboutsummaryrefslogtreecommitdiff
path: root/xtask/Cargo.toml
blob: 1a1140b04e31dc0106d81ce57133bf6cbe6e647e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[package]
edition = "2018"
name = "xtask"
version = "0.1.0"
authors = ["rust-analyzer developers"]
publish = false
license = "MIT OR Apache-2.0"

[lib]
doctest = false

[dependencies]
anyhow = "1.0.26"
flate2 = "1.0"
pico-args = "0.3.1"
proc-macro2 = "1.0.8"
quote = "1.0.2"
ungrammar = "1.1.1"
walkdir = "2.3.1"
write-json =  "0.1.0"