krata/crates/xen/xengnt/Cargo.toml
2024-03-30 06:21:34 +00:00

14 lines
238 B
TOML

[package]
name = "krata-xengnt"
version.workspace = true
edition = "2021"
resolver = "2"
[dependencies]
thiserror = { workspace = true }
libc = { workspace = true }
nix = { workspace = true, features = ["ioctl"] }
[lib]
name = "xengnt"