blob: 3b4363de22f08e1d48331e1637e911284b769007 (
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_long_mode"
version = "0.1.0"
authors = ["iximeow <me@iximeow.net>"]
edition = "2018"
[dependencies]
yaxpeax-x86 = { path = "../../", default-features = false }
yaxpeax-arch = { version = "0.3.1", default-features = false, features = [] }
[lib]
name = "yaxpeax_x86_ffi_long_mode"
path = "src/lib.rs"
crate-type = ["staticlib", "cdylib"]
[features]
default = [] # "fmt"]
fmt = ["yaxpeax-x86/fmt"]
|