Skip to content

Commit f732171

Browse files
committed
feat: add config validation sub command
Signed-off-by: Luca Ferrazzini <luca733@gmail.com>
1 parent 97e062c commit f732171

File tree

4 files changed

+273
-7
lines changed

4 files changed

+273
-7
lines changed

Cargo.lock

Lines changed: 152 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,8 @@ anyhow = { workspace = true, default-features = true }
148148
tonic-prost-build = { workspace = true, default-features = true }
149149
pbjson-build = { workspace = true, default-features = true }
150150

151+
jsonschema = "0.33.0"
152+
schemars = "1.0.4"
151153

152154
[dev-dependencies]
153155
bytes = { version = "1", default-features = false }

0 commit comments

Comments
 (0)