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

20
xen/xenstore/Cargo.toml Normal file
View File

@ -0,0 +1,20 @@
[package]
name = "xenstore"
version = "0.0.1"
edition = "2021"
resolver = "2"
[lib]
path = "src/lib.rs"
[dependencies]
libc = "0.2"
log = "0.4.20"
[dependencies.bytemuck]
version = "1.14.0"
features = ["derive"]
[[example]]
name = "xenstore-ls"
path = "examples/list.rs"