ruddle/pocs/json_schema/Cargo.toml
Kasper Juul Hermansen 581ae5645c
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
Update Rust crate serde_json to 1.0.105
2023-08-15 22:40:44 +00:00

13 lines
338 B
TOML

[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.74", features = ["backtrace"] }
serde = { version = "1.0.183", features = ["derive"] }
serde_json = "1.0.105"
serde_yaml = "0.9.25"