diff options
Diffstat (limited to 'xtask/Cargo.toml')
-rw-r--r-- | xtask/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index a8b9b010d..d1cfb5909 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml | |||
@@ -4,6 +4,7 @@ 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 |
@@ -14,3 +15,4 @@ pico-args = "0.3.1" | |||
14 | quote = "1.0.2" | 15 | quote = "1.0.2" |
15 | proc-macro2 = "1.0.8" | 16 | proc-macro2 = "1.0.8" |
16 | anyhow = "1.0.26" | 17 | anyhow = "1.0.26" |
18 | flate2 = "1.0" | ||