Adds json schema validation to goose recipe validate cli (#3234)
This commit is contained in:
@@ -27,6 +27,7 @@ console = "0.15.8"
|
||||
bat = "0.24.0"
|
||||
anyhow = "1.0"
|
||||
serde_json = "1.0"
|
||||
jsonschema = "0.30.0"
|
||||
tokio = { version = "1.43", features = ["full"] }
|
||||
futures = "0.3"
|
||||
serde = { version = "1.0", features = ["derive"] } # For serialization
|
||||
|
||||
Reference in New Issue
Block a user