Initial commit
parents
No related branches found
No related tags found
.gitignore
0 → 100644
Cargo.lock
0 → 100644
This diff is collapsed.
Cargo.toml
0 → 100644
[package] | |||
name = "schema-police" | |||
version = "0.1.0" | |||
edition = "2021" | |||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | |||
[dependencies] | |||
jsonschema = {version = "0.17.1", default-features = false, features = ["draft202012"]} | |||
serde_json = "1.0.113" | |||
utoipa = "4.2.0" |
src/lib.rs
0 → 100644
Please register or sign in to comment