summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Erik Rediger <janerik@fnordig.de>2022-12-18 18:41:45 +0100
committerGitHub <noreply@github.com>2022-12-18 18:41:45 +0100
commit8f8f7f87197e43c93a38d5728870497e2fa478b2 (patch)
tree488603267f0a29c2a33349373584ab445bf9978f
parent0f21210184588fe7ab2a5fa2f8601ad73a2f6693 (diff)
parente5fcf9b37db37e7ebd457493d2058b9c1026f3d5 (diff)
Merge pull request #12 from joepio/patch-2
Fixes https://github.com/badboy/mdbook-open-on-gh/issues/11
-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"