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