libyaml-safer/Cargo.toml

14 lines
297 B
TOML
Raw Normal View History

[package]
2022-07-03 15:30:08 +00:00
name = "unsafe-libyaml"
2022-07-08 18:59:18 +00:00
version = "0.0.0" # remember to update html_root_url
2022-07-08 18:55:16 +00:00
edition = "2021"
2022-07-03 15:30:08 +00:00
publish = false
2022-07-03 19:05:16 +00:00
[workspace]
[dev-dependencies]
pretty_assertions = "1.0"
unsafe-libyaml-test-suite = { path = "tests/data" }
2022-07-08 18:58:23 +00:00
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]