aboutsummaryrefslogtreecommitdiff
path: root/xtask/Cargo.toml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-11-20 06:47:14 +0000
committerAleksey Kladov <[email protected]>2019-11-20 06:47:14 +0000
commit7020167aa23e9125ac1a58fe2e217d1a92140745 (patch)
treeea16c683f1e4c803dec946516c5f40ff848c66aa /xtask/Cargo.toml
parent36e3fc9d5413f7e6e17e82867aae1318645880a3 (diff)
Cleanup imports
Diffstat (limited to 'xtask/Cargo.toml')
-rw-r--r--xtask/Cargo.toml3
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"
5authors = ["rust-analyzer developers"] 5authors = ["rust-analyzer developers"]
6publish = false 6publish = false
7 7
8[lib]
9doctest = false
10
8[dependencies] 11[dependencies]
9walkdir = "2.1.3" 12walkdir = "2.1.3"
10pico-args = "0.3.0" 13pico-args = "0.3.0"