mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-02 12:50:54 +00:00
14 lines
238 B
TOML
14 lines
238 B
TOML
[package]
|
|
name = "krata-xengnt"
|
|
version.workspace = true
|
|
edition = "2021"
|
|
resolver = "2"
|
|
|
|
[dependencies]
|
|
thiserror = { workspace = true }
|
|
libc = { workspace = true }
|
|
nix = { workspace = true, features = ["ioctl"] }
|
|
|
|
[lib]
|
|
name = "xengnt"
|