Files
ruddle/pocs/json_schema/Cargo.toml
Kasper Juul Hermansen 31d3f7b33c
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.66
2022-10-26 15:14:16 +00:00

13 lines
336 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.66", features = ["backtrace"] }
serde = { version = "1.0.143", features = ["derive"] }
serde_json = "1.0.83"
serde_yaml = "0.9.9"