it wooorks
This commit is contained in:
12
pocs/json_schema/Cargo.toml
Normal file
12
pocs/json_schema/Cargo.toml
Normal 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"
|
Reference in New Issue
Block a user