aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml16
1 files changed, 16 insertions, 0 deletions
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 <me@iximeow.net>" ]
+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"] }