15 lines
191 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