diff options
author | Aleksey Kladov <[email protected]> | 2019-11-20 06:47:14 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2019-11-20 06:47:14 +0000 |
commit | 7020167aa23e9125ac1a58fe2e217d1a92140745 (patch) | |
tree | ea16c683f1e4c803dec946516c5f40ff848c66aa /xtask/Cargo.toml | |
parent | 36e3fc9d5413f7e6e17e82867aae1318645880a3 (diff) |
Cleanup imports
Diffstat (limited to 'xtask/Cargo.toml')
-rw-r--r-- | xtask/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index 77b9ae2b4..65cabf005 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml | |||
@@ -5,6 +5,9 @@ version = "0.1.0" | |||
5 | authors = ["rust-analyzer developers"] | 5 | authors = ["rust-analyzer developers"] |
6 | publish = false | 6 | publish = false |
7 | 7 | ||
8 | [lib] | ||
9 | doctest = false | ||
10 | |||
8 | [dependencies] | 11 | [dependencies] |
9 | walkdir = "2.1.3" | 12 | walkdir = "2.1.3" |
10 | pico-args = "0.3.0" | 13 | pico-args = "0.3.0" |