blob: 527602e0a888f1a5c321f25813f2ed7f87718c08 [file] [log] [blame] [edit]
[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" # to test dependencies of sub-crates