2024-01-09 01:07:00 +00:00
|
|
|
[package]
|
|
|
|
name = "xenevtchn"
|
2024-01-29 15:56:56 +00:00
|
|
|
version.workspace = true
|
2024-01-09 01:07:00 +00:00
|
|
|
edition = "2021"
|
|
|
|
resolver = "2"
|
|
|
|
|
2024-01-11 20:21:33 +00:00
|
|
|
[dependencies]
|
2024-01-30 10:05:37 +00:00
|
|
|
thiserror = { workspace = true }
|
2024-01-29 15:53:35 +00:00
|
|
|
log = { workspace = true }
|
2024-01-11 20:21:33 +00:00
|
|
|
|
2024-01-09 01:07:00 +00:00
|
|
|
[dependencies.nix]
|
2024-01-29 15:53:35 +00:00
|
|
|
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"
|