]> git.lizzy.rs Git - rust.git/blobdiff - test-cargo-miri/Cargo.toml
Don't `unwrap()` in `in_std()`
[rust.git] / test-cargo-miri / Cargo.toml
index ae46ebc02a36e8545d51e93abaa77464cc16a0a7..cf557bd60ef39643d652d8239258f2c4a4227c5d 100644 (file)
@@ -1,5 +1,5 @@
 [workspace]
-members = ["subcrate", "issue-1567"]
+members = ["subcrate", "issue-1567", "exported-symbol-dep"]
 
 [package]
 name = "cargo-miri-test"
@@ -10,6 +10,7 @@ edition = "2018"
 [dependencies]
 byteorder = "1.0"
 cdylib = { path = "cdylib" }
+exported_symbol = { path = "exported-symbol" }
 issue_1567 = { path = "issue-1567" }
 issue_1691 = { path = "issue-1691" }
 issue_1705 = { path = "issue-1705" }
@@ -23,3 +24,7 @@ serde_derive = "1.0" # not actually used, but exercises some unique code path (`
 
 [lib]
 test = false # test that this is respected (will show in the output)
+
+[[test]]
+name = "main"
+harness = false