diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -19,6 +19,9 @@ yaxpeax-arch = { version = "0.3.1", default-features = false, features = [] } [dev-dependencies] rand = "0.8.4" +"kvm-ioctls" = "0.24.0" +"kvm-bindings" = "0.14.0" +"libc" = "*" [[test]] name = "test" |
