mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-02 21:00:55 +00:00
18 lines
385 B
TOML
18 lines
385 B
TOML
[package]
|
|
name = "krata-xengnt"
|
|
description = "An implementation of Xen grant interfaces for krata"
|
|
license.workspace = true
|
|
version.workspace = true
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
edition = "2021"
|
|
resolver = "2"
|
|
|
|
[dependencies]
|
|
thiserror = { workspace = true }
|
|
libc = { workspace = true }
|
|
nix = { workspace = true, features = ["ioctl"] }
|
|
|
|
[lib]
|
|
name = "xengnt"
|