2021-02-14 09:33:24 -06:00
|
|
|
[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]
|
2022-07-21 07:06:11 -05:00
|
|
|
byteorder = "1.0" # to test dependencies of sub-crates
|