aboutsummaryrefslogtreecommitdiff
path: root/xtask/Cargo.toml
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2021-03-01 19:57:25 +0000
committerGitHub <[email protected]>2021-03-01 19:57:25 +0000
commit10a57b8109cbc54c6f6aaae3b61a56fd0529a24a (patch)
tree853814ebd410f865e3ba08942d35fc2b58c44245 /xtask/Cargo.toml
parenta6ee8e9e7627cdbf39198716234648e1730bfc2d (diff)
parentd8f7f2dee9eeb0b71dfa552c3366f264b783e275 (diff)
Merge #7835
7835: Use cli parser with auto-generated help r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'xtask/Cargo.toml')
-rw-r--r--xtask/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml
index 0455dd2eb..b17dde598 100644
--- a/xtask/Cargo.toml
+++ b/xtask/Cargo.toml
@@ -9,11 +9,11 @@ license = "MIT OR Apache-2.0"
9[dependencies] 9[dependencies]
10anyhow = "1.0.26" 10anyhow = "1.0.26"
11flate2 = "1.0" 11flate2 = "1.0"
12pico-args = "0.4.0"
13proc-macro2 = "1.0.8" 12proc-macro2 = "1.0.8"
14quote = "1.0.2" 13quote = "1.0.2"
15ungrammar = "=1.11" 14ungrammar = "=1.11"
16walkdir = "2.3.1" 15walkdir = "2.3.1"
17write-json = "0.1.0" 16write-json = "0.1.0"
18xshell = "0.1" 17xshell = "0.1"
18xflags = "0.1.2"
19# Avoid adding more dependencies to this crate 19# Avoid adding more dependencies to this crate