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

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

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