From f2043b7c4a03a7908c326cae5b3b765cb8f7baef Mon Sep 17 00:00:00 2001 From: iximeow Date: Sun, 29 Mar 2026 04:10:28 +0000 Subject: rip out the kvm bits into a standalone crate --- Cargo.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Cargo.toml') 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" -- cgit v1.1