mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-02 12:50:54 +00:00
22 lines
343 B
TOML
22 lines
343 B
TOML
[package]
|
|
name = "xenevtchn"
|
|
version.workspace = true
|
|
edition = "2021"
|
|
resolver = "2"
|
|
|
|
[dependencies]
|
|
thiserror = { workspace = true }
|
|
tokio = { workspace = true }
|
|
log = { workspace = true }
|
|
|
|
[dependencies.nix]
|
|
workspace = true
|
|
features = ["ioctl"]
|
|
|
|
[lib]
|
|
path = "src/lib.rs"
|
|
|
|
[[example]]
|
|
name = "xenevtchn-simple"
|
|
path = "examples/simple.rs"
|