Spectral/Cargo.toml
2026-04-11 20:23:27 -04:00

16 lines
238 B
TOML

[package]
name = "KVM-hypervisor-introspector"
version = "0.1.0"
edition = "2024"
[dependencies]
kvm-ioctls = "0.21"
kvm-bindings = "0.11"
vmm-sys-util = "0.12"
libc = "0.2"
[build-dependencies]
cc = "1"
[profile.release]
debug = true