aboutsummaryrefslogtreecommitdiff
path: root/xtask/Cargo.toml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-10-23 16:24:40 +0100
committerAleksey Kladov <[email protected]>2019-10-23 16:57:18 +0100
commit6048d294009f0f58593747e0870aa174e29a32af (patch)
tree3af21aaefe1efdabafeb5702959e1094504813e7 /xtask/Cargo.toml
parenta669049ef327db5be04f076eff83932ac1f95d91 (diff)
xtask: don't depend on itertools
xtask should be fast to compiler, as it's a gateway to rust-analyzer
Diffstat (limited to 'xtask/Cargo.toml')
-rw-r--r--xtask/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml
index 4fc1c744b..023f6a859 100644
--- a/xtask/Cargo.toml
+++ b/xtask/Cargo.toml
@@ -7,7 +7,6 @@ publish = false
7 7
8[dependencies] 8[dependencies]
9walkdir = "2.1.3" 9walkdir = "2.1.3"
10itertools = "0.8.0"
11pico-args = "0.3.0" 10pico-args = "0.3.0"
12quote = "1.0.2" 11quote = "1.0.2"
13proc-macro2 = "1.0.1" 12proc-macro2 = "1.0.1"