ruddle/pocs/json_schema/Cargo.toml
Kasper Juul Hermansen 1079d97754
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
Update Rust crate anyhow to 1.0.71
2023-04-29 19:34:32 +00:00

13 lines
337 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.71", features = ["backtrace"] }
serde = { version = "1.0.160", features = ["derive"] }
serde_json = "1.0.96"
serde_yaml = "0.9.21"