Skip to content

Commit 908e6ab

Browse files
authored
fix: Reenable help output for json-schema-diff (#11)
`--help` was broken the entire time. Also disable features in schemars that we don't use.
1 parent dd9a449 commit 908e6ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ path = "src/bin/main.rs"
2020

2121
[dependencies]
2222
anyhow = { version = "1.0.70", optional = true }
23-
clap = { version = "4.1.13", features = ["std", "derive"], default_features = false, optional = true }
24-
schemars = "0.8.12"
23+
clap = { version = "4.1.13", features = ["std", "derive", "usage", "help"], default_features = false, optional = true }
24+
schemars = { version = "0.8.12", default_features = false }
2525
serde = "1.0.158"
2626
serde_json = "1.0.94"
2727
thiserror = "1.0.40"

0 commit comments

Comments
 (0)