rust/test-cargo-miri/cdylib/Cargo.toml
2021-02-15 20:43:29 +08:00

13 lines
255 B
TOML

[package]
name = "cdylib"
version = "0.1.0"
authors = ["Miri Team"]
edition = "2018"
[lib]
# cargo-miri used to handle `cdylib` crate-type specially (https://github.com/rust-lang/miri/pull/1577).
crate-type = ["cdylib"]
[dependencies]
byteorder = "1.0"