]> git.lizzy.rs Git - rust.git/blob - test-cargo-miri/Cargo.toml
Patch `--extern` arguments in `phase_cargo_rustc` as well
[rust.git] / test-cargo-miri / Cargo.toml
1 [workspace]
2 members = ["subcrate", "issue-1567"]
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 issue_1567 = { path = "issue-1567" }
13 issue_1691 = { path = "issue-1691" }
14 issue_1705 = { path = "issue-1705" }
15
16 [dev-dependencies]
17 rand = { version = "0.7", features = ["small_rng"] }
18 serde_derive = "1.0" # not actually used, but exercises some unique code path (`--extern` .so file)
19
20 [lib]
21 test = false # test that this is respected (will show in the output)