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