From 06ca764412cfa6dca028eaee989412bb0422684b Mon Sep 17 00:00:00 2001 From: iximeow Date: Sun, 29 Mar 2026 03:30:02 +0000 Subject: lmao --- Cargo.toml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..f3427bc --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,16 @@ +[package] + +name = "asmlinator" +version = "1.0.0" +authors = [ "iximeow " ] +license = "0BSD" +repository = "https://git.iximeow.net/asmlinator/" +description = "VMs preconfigured to directly execute code" +readme = "README.md" +edition = "2024" + +[dependencies] +kvm-bindings = "0.14.0" +kvm-ioctls = "0.24.0" +libc = { version = "0.2.183", default-features = false } +nix = { version = "0.31.2", features = ["mman"] } -- cgit v1.1