Files
krata/crates/xen/xengnt/Cargo.toml

15 lines
260 B
TOML
Raw Normal View History

2024-03-25 04:49:57 +00:00
[package]
name = "xengnt"
version.workspace = true
edition = "2021"
resolver = "2"
[dependencies]
log = { workspace = true }
thiserror = { workspace = true }
nix = { workspace = true, features = ["ioctl"] }
tokio = { workspace = true }
[lib]
name = "xengnt"