rust/test-cargo-miri/exported-symbol/Cargo.toml

12 lines
399 B
TOML
Raw Normal View History

2021-04-15 16:19:23 -05:00
[package]
name = "exported_symbol"
version = "0.1.0"
authors = ["Miri Team"]
edition = "2018"
[dependencies]
# This will become a transitive dependency of doctests in `test-cargo-miri/src/lib.rs`,
# and the purpose of the test is to make sure Miri can find a `#[no_mangle]` function in a
# transitive dependency like `exported_symbol_dep`.
exported_symbol_dep = { path = "../exported-symbol-dep" }