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

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