diff options
Diffstat (limited to 'xtask/Cargo.toml')
-rw-r--r-- | xtask/Cargo.toml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index a8b9b010d..8140da87f 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml | |||
@@ -4,13 +4,16 @@ name = "xtask" | |||
4 | version = "0.1.0" | 4 | version = "0.1.0" |
5 | authors = ["rust-analyzer developers"] | 5 | authors = ["rust-analyzer developers"] |
6 | publish = false | 6 | publish = false |
7 | license = "MIT OR Apache-2.0" | ||
7 | 8 | ||
8 | [lib] | 9 | [lib] |
9 | doctest = false | 10 | doctest = false |
10 | 11 | ||
11 | [dependencies] | 12 | [dependencies] |
12 | walkdir = "2.3.1" | 13 | anyhow = "1.0.26" |
14 | flate2 = "1.0" | ||
13 | pico-args = "0.3.1" | 15 | pico-args = "0.3.1" |
14 | quote = "1.0.2" | ||
15 | proc-macro2 = "1.0.8" | 16 | proc-macro2 = "1.0.8" |
16 | anyhow = "1.0.26" | 17 | quote = "1.0.2" |
18 | ungrammar = "0.1.0" | ||
19 | walkdir = "2.3.1" | ||