aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2026-03-29 04:10:28 +0000
committeriximeow <me@iximeow.net>2026-03-29 04:10:28 +0000
commitf2043b7c4a03a7908c326cae5b3b765cb8f7baef (patch)
tree25752b2c740033174bb8ca0893a3b9f7b0d0e97a /Cargo.toml
parent9073682d273e026aa7901777a3258a041a3d2852 (diff)
rip out the kvm bits into a standalone crate
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 1 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7369627..f7cb868 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,9 +19,7 @@ yaxpeax-arch = { version = "0.3.1", default-features = false, features = [] }
[dev-dependencies]
rand = { version = "0.10.0", features = ["thread_rng"] }
-"kvm-ioctls" = "0.24.0"
-"kvm-bindings" = "0.14.0"
-"libc" = "*"
+asmlinator = "1.0.0"
[[test]]
name = "test"