mirror of
https://github.com/simonask/libyaml-safer
synced 2024-11-14 23:57:12 +00:00
10 lines
195 B
TOML
10 lines
195 B
TOML
[package]
|
|
name = "unsafe-libyaml"
|
|
version = "0.0.0"
|
|
edition = "2018"
|
|
publish = false
|
|
|
|
[workspace]
|
|
[dev-dependencies]
|
|
pretty_assertions = "1.0"
|
|
unsafe-libyaml-test-suite = { path = "tests/data" }
|