mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-03 13:11:31 +00:00
move xen libraries to xen/
This commit is contained in:
19
xen/xenevtchn/Cargo.toml
Normal file
19
xen/xenevtchn/Cargo.toml
Normal 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"
|
Reference in New Issue
Block a user