rust/test-cargo-miri/subcrate/Cargo.toml

18 lines
231 B
TOML
Raw Normal View History

[package]
name = "subcrate"
version = "0.1.0"
authors = ["Miri Team"]
edition = "2018"
[[bin]]
name = "subcrate"
path = "main.rs"
[[test]]
name = "subtest"
path = "test.rs"
harness = false
2020-09-18 05:12:02 -05:00
[dev-dependencies]
num_cpus = "1.10.1"