From 786a195f8e81d4f7c0af2a82b9d458361d424a71 Mon Sep 17 00:00:00 2001 From: johannst Date: Wed, 26 May 2021 00:21:06 +0200 Subject: minimal KVM abstraction + real mode guest example --- Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..34e3c7b --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "kvm_rs" +version = "0.1.0" +authors = ["johannst "] +edition = "2018" +build = "build.rs" + +[dependencies] +libc = "*" -- cgit v1.2.3