aboutsummaryrefslogtreecommitdiff
path: root/ffi/long_mode/Cargo.toml
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2026-02-25 09:22:14 +0000
committeriximeow <me@iximeow.net>2026-02-25 09:22:14 +0000
commita7bfd957879388e6d2d55cb188bfdc47f01ffb96 (patch)
treea3ebe03ec56ece85f9eb8b8a6d1c1b74ee4bb68d /ffi/long_mode/Cargo.toml
parent953fb84fca06f34f1ae70481f6449c39f734f24b (diff)
hey that's useful
Diffstat (limited to 'ffi/long_mode/Cargo.toml')
-rw-r--r--ffi/long_mode/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/ffi/long_mode/Cargo.toml b/ffi/long_mode/Cargo.toml
index 0b6a529..3b4363d 100644
--- a/ffi/long_mode/Cargo.toml
+++ b/ffi/long_mode/Cargo.toml
@@ -6,7 +6,7 @@ edition = "2018"
[dependencies]
yaxpeax-x86 = { path = "../../", default-features = false }
-yaxpeax-arch = { version = "0.3.1", default-features = false }
+yaxpeax-arch = { version = "0.3.1", default-features = false, features = [] }
[lib]
name = "yaxpeax_x86_ffi_long_mode"
@@ -14,6 +14,6 @@ path = "src/lib.rs"
crate-type = ["staticlib", "cdylib"]
[features]
-default = ["fmt"]
+default = [] # "fmt"]
fmt = ["yaxpeax-x86/fmt"]