2024-01-08 17:07:00 -08:00
|
|
|
[package]
|
|
|
|
name = "xenevtchn"
|
2024-01-29 07:56:56 -08:00
|
|
|
version.workspace = true
|
2024-01-08 17:07:00 -08:00
|
|
|
edition = "2021"
|
|
|
|
resolver = "2"
|
|
|
|
|
2024-01-11 12:21:33 -08:00
|
|
|
[dependencies]
|
2024-03-07 18:04:22 +00:00
|
|
|
log = { workspace = true }
|
2024-01-30 02:05:37 -08:00
|
|
|
thiserror = { workspace = true }
|
2024-03-07 18:04:22 +00:00
|
|
|
nix = { workspace = true, features = ["ioctl"] }
|
2024-02-14 20:50:11 +00:00
|
|
|
tokio = { workspace = true }
|
2024-01-08 17:07:00 -08:00
|
|
|
|
|
|
|
[lib]
|
2024-03-07 18:04:22 +00:00
|
|
|
name = "xenevtchn"
|
2024-01-08 17:07:00 -08:00
|
|
|
|
|
|
|
[[example]]
|
|
|
|
name = "xenevtchn-simple"
|
|
|
|
path = "examples/simple.rs"
|