ruddle/pocs/json_schema/Cargo.toml
Kasper Juul Hermansen 78ae66ce7a
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.86
2024-05-18 12:19:12 +00:00

13 lines
349 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.86", features = ["backtrace"] }
serde = { version = "1.0.202", features = ["derive"] }
serde_json = "1.0.117"
serde_yaml = "0.9.34+deprecated"