2020-09-12 13:33:30 +02:00
|
|
|
[workspace]
|
2021-02-13 19:39:03 +01:00
|
|
|
members = ["subcrate", "issue-1567"]
|
2020-09-12 13:33:30 +02:00
|
|
|
|
2017-01-24 17:55:42 +01:00
|
|
|
[package]
|
|
|
|
name = "cargo-miri-test"
|
|
|
|
version = "0.1.0"
|
2020-09-12 13:33:30 +02:00
|
|
|
authors = ["Miri Team"]
|
2018-11-19 22:59:41 +01:00
|
|
|
edition = "2018"
|
2017-01-24 17:55:42 +01:00
|
|
|
|
|
|
|
[dependencies]
|
2018-11-19 22:59:41 +01:00
|
|
|
byteorder = "1.0"
|
2021-02-14 19:08:47 +08:00
|
|
|
issue_1567 = { path = "issue-1567" }
|
|
|
|
issue_1691 = { path = "issue-1691" }
|
2021-02-14 18:12:33 +08:00
|
|
|
issue_1705 = { path = "issue-1705" }
|
2019-02-07 13:00:42 +01:00
|
|
|
|
|
|
|
[dev-dependencies]
|
2019-06-28 11:29:24 +02:00
|
|
|
rand = { version = "0.7", features = ["small_rng"] }
|
2020-09-21 15:47:09 +02:00
|
|
|
serde_derive = "1.0" # not actually used, but exercises some unique code path (`--extern` .so file)
|
2020-09-08 09:56:21 +02:00
|
|
|
|
|
|
|
[lib]
|
2020-09-11 15:05:05 +02:00
|
|
|
test = false # test that this is respected (will show in the output)
|