]> git.lizzy.rs Git - rust.git/blob - test-cargo-miri/Cargo.toml
Auto merge of #1709 - hyd-dev:rlib, r=RalfJung
[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
15 [dev-dependencies]
16 rand = { version = "0.7", features = ["small_rng"] }
17 serde_derive = "1.0" # not actually used, but exercises some unique code path (`--extern` .so file)
18
19 [lib]
20 test = false # test that this is respected (will show in the output)