]> git.lizzy.rs Git - rust.git/blob - test-cargo-miri/Cargo.toml
make sure subcrate tests have the right cwd
[rust.git] / test-cargo-miri / Cargo.toml
1 [workspace]
2 members = ["subcrate"]
3
4 [package]
5 name = "cargo-miri-test"
6 version = "0.1.0"
7 authors = ["Miri Team"]
8 edition = "2018"
9
10 [dependencies]
11 byteorder = "1.0"
12
13 [dev-dependencies]
14 rand = { version = "0.7", features = ["small_rng"] }
15 num_cpus = "1.10.1"
16
17 [lib]
18 test = false # test that this is respected (will show in the output)