summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJoep Meindertsma <joepmeindertsma@gmail.com>2022-12-16 20:08:45 +0100
committerGitHub <noreply@github.com>2022-12-16 20:08:45 +0100
commite5fcf9b37db37e7ebd457493d2058b9c1026f3d5 (patch)
tree488603267f0a29c2a33349373584ab445bf9978f /Cargo.toml
parent0f21210184588fe7ab2a5fa2f8601ad73a2f6693 (diff)
Add `cargo` feature to `clap`
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f62f575..01bae42 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,6 +12,6 @@ edition = "2018"
mdbook = "0.4.21"
env_logger = "0.9.0"
log = "0.4"
-clap = "3.1.18"
+clap = { version = "3.1.18", features = ["cargo"] }
serde_json = "1.0"
toml = "0.5.6"