mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-03 13:11:31 +00:00
xen: begin work on xen grant mappings
This commit is contained in:
14
crates/xen/xengnt/Cargo.toml
Normal file
14
crates/xen/xengnt/Cargo.toml
Normal file
@ -0,0 +1,14 @@
|
||||
[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"
|
Reference in New Issue
Block a user