aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 87f8d1cb71e87ce9166b804f0fcf0be628d2591d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]

name = "asmlinator"
version = "2.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"] }