]> git.lizzy.rs Git - rust.git/blob - test-cargo-miri/cdylib/Cargo.toml
Don't `unwrap()` in `in_std()`
[rust.git] / test-cargo-miri / cdylib / Cargo.toml
1 [package]
2 name = "cdylib"
3 version = "0.1.0"
4 authors = ["Miri Team"]
5 edition = "2018"
6
7 [lib]
8 # cargo-miri used to handle `cdylib` crate-type specially (https://github.com/rust-lang/miri/pull/1577).
9 crate-type = ["cdylib"]
10
11 [dependencies]
12 byteorder = "1.0"