mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-03 05:10:55 +00:00
15 lines
260 B
TOML
15 lines
260 B
TOML
![]() |
[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"
|