rust/test-cargo-miri/subcrate/Cargo.toml
2020-09-17 17:33:47 +02:00

15 lines
191 B
TOML

[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