diff options
author | Aleksey Kladov <[email protected]> | 2021-03-01 18:12:44 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2021-03-01 19:12:43 +0000 |
commit | 4ce20b80c5ca5e0523980aa8dd95b1cc76d78d59 (patch) | |
tree | cdd4c3c2b0406548415315ccafb6312860ffa402 /xtask/Cargo.toml | |
parent | 9860a396035f61a5cc9265c1104a640547bded51 (diff) |
Use cli parser with auto-generated help
Diffstat (limited to 'xtask/Cargo.toml')
-rw-r--r-- | xtask/Cargo.toml | 2 |
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] |
10 | anyhow = "1.0.26" | 10 | anyhow = "1.0.26" |
11 | flate2 = "1.0" | 11 | flate2 = "1.0" |
12 | pico-args = "0.4.0" | ||
13 | proc-macro2 = "1.0.8" | 12 | proc-macro2 = "1.0.8" |
14 | quote = "1.0.2" | 13 | quote = "1.0.2" |
15 | ungrammar = "=1.11" | 14 | ungrammar = "=1.11" |
16 | walkdir = "2.3.1" | 15 | walkdir = "2.3.1" |
17 | write-json = "0.1.0" | 16 | write-json = "0.1.0" |
18 | xshell = "0.1" | 17 | xshell = "0.1" |
18 | xflags = "0.1.2" | ||
19 | # Avoid adding more dependencies to this crate | 19 | # Avoid adding more dependencies to this crate |