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

18 lines
386 B
TOML
Raw Normal View History

2024-03-25 04:49:57 +00:00
[package]
name = "krata-xengnt"
description = "An implementation of xen grant interfaces for krata."
license.workspace = true
2024-03-25 04:49:57 +00:00
version.workspace = true
homepage.workspace = true
repository.workspace = true
2024-03-25 04:49:57 +00:00
edition = "2021"
resolver = "2"
[dependencies]
thiserror = { workspace = true }
libc = { workspace = true }
2024-03-25 04:49:57 +00:00
nix = { workspace = true, features = ["ioctl"] }
[lib]
name = "xengnt"