krata/xen/xenevtchn/Cargo.toml

20 lines
281 B
TOML
Raw Normal View History

2024-01-09 01:07:00 +00:00
[package]
name = "xenevtchn"
version.workspace = true
2024-01-09 01:07:00 +00:00
edition = "2021"
resolver = "2"
2024-01-11 20:21:33 +00:00
[dependencies]
log = { workspace = true }
2024-01-11 20:21:33 +00:00
2024-01-09 01:07:00 +00:00
[dependencies.nix]
workspace = true
2024-01-09 01:07:00 +00:00
features = ["ioctl"]
[lib]
path = "src/lib.rs"
[[example]]
name = "xenevtchn-simple"
path = "examples/simple.rs"