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 49e65a6 + 53f8957 commit 5f4f3afCopy full SHA for 5f4f3af
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