aboutsummaryrefslogtreecommitdiff
path: root/ffi/Cargo.toml
blob: 121757af08e3f6d569cb47a3901264b622674954 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]
name = "yaxpeax_x86_ffi"
version = "0.0.1"
authors = ["iximeow <me@iximeow.net>"]
edition = "2018"

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

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

[profile.release]
opt-level = 3
lto = "fat"