krata/crates/xen/xenevtchn/Cargo.toml
2024-03-27 06:28:47 +00:00

20 lines
361 B
TOML

[package]
name = "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"