summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorfxqnlr <[email protected]>2023-04-18 17:26:50 +0200
committerfxqnlr <[email protected]>2023-04-18 17:26:50 +0200
commit3047c83714b28432fb8b4b60261f761526eb1f2e (patch)
treef36c9c1e461b3e0d8fabbe21750d85e3783f022c /Cargo.toml
parent217b1bfaba0011aabf85c63912b53bcb8e5288cf (diff)
downloadmodlist-3047c83714b28432fb8b4b60261f761526eb1f2e.tar
modlist-3047c83714b28432fb8b4b60261f761526eb1f2e.tar.gz
modlist-3047c83714b28432fb8b4b60261f761526eb1f2e.zip
add shell completion
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1f5c1cf..51652f3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
1[package] 1[package]
2name = "modlist" 2name = "modlist"
3version = "0.11.1" 3version = "0.12.0"
4edition = "2021" 4edition = "2021"
5 5
6# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html 6# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -17,3 +17,4 @@ toml = "0.7.2"
17error-chain = "0.12.4" 17error-chain = "0.12.4"
18dirs = "5.0.0" 18dirs = "5.0.0"
19clap = { version = "4.2.1", features = ["derive"] } 19clap = { version = "4.2.1", features = ["derive"] }
20clap_complete = "4.2.0"