We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e2bc500 + 4d6d28d commit 55ca1b2Copy full SHA for 55ca1b2
crates/mdbook-goals/Cargo.toml
@@ -5,7 +5,7 @@ edition = "2021"
5
6
[dependencies]
7
anyhow = "1.0.94"
8
-clap = "4.5.23"
+clap = { version = "4.5.23", features = ["derive"] }
9
mdbook = "0.4.43"
10
regex = "1.11.1"
11
rust-project-goals = { version = "0.1.0", path = "../rust-project-goals" }
0 commit comments