it wooorks

This commit is contained in:
2022-08-20 17:39:01 +02:00
parent 77b6475974
commit f97c4c841a
7 changed files with 389 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
[package]
name = "json_schema"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = { version = "1.0.62", features = ["backtrace"] }
serde = { version = "1.0.143", features = ["derive"] }
serde_json = "1.0.83"
serde_yaml = "0.9.9"