aboutsummaryrefslogtreecommitdiff
path: root/ffi/real_mode/Cargo.toml
blob: 689472ef30a70a4fac1cd01f4402707866efab1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "yaxpeax_x86_ffi_real_mode"
version = "0.0.2"
authors = ["iximeow <me@iximeow.net>"]
edition = "2018"

[dependencies]
yaxpeax-x86 = { path = "../../", default-features = false }
yaxpeax-arch = { version = "0.2.7", default-features = false }

[lib]
name = "yaxpeax_x86_ffi_real_mode"
path = "src/lib.rs"
crate-type = ["staticlib"]