move xen libraries to xen/

This commit is contained in:
Alex Zenla
2024-01-22 22:33:50 -08:00
parent 31739605a2
commit ba418649db
27 changed files with 6 additions and 6 deletions

19
xen/xenevtchn/Cargo.toml Normal file
View File

@ -0,0 +1,19 @@
[package]
name = "xenevtchn"
version = "0.0.1"
edition = "2021"
resolver = "2"
[dependencies]
log = "0.4.20"
[dependencies.nix]
version = "0.27.1"
features = ["ioctl"]
[lib]
path = "src/lib.rs"
[[example]]
name = "xenevtchn-simple"
path = "examples/simple.rs"