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