2024-03-25 04:49:57 +00:00
|
|
|
[package]
|
2024-03-30 06:17:30 +00:00
|
|
|
name = "krata-xengnt"
|
2024-06-20 20:16:07 -07:00
|
|
|
description = "An implementation of Xen grant interfaces for krata"
|
2024-03-30 07:11:14 +00:00
|
|
|
license.workspace = true
|
2024-04-02 23:50:45 +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"
|