blob: f3427bc13277a07123d1cf3c4fdfba8532557216 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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"] }
|