mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-03 21:21:32 +00:00
move xen libraries to xen/
This commit is contained in:
37
xen/xenclient/Cargo.toml
Normal file
37
xen/xenclient/Cargo.toml
Normal file
@ -0,0 +1,37 @@
|
||||
[package]
|
||||
name = "xenclient"
|
||||
version = "0.0.1"
|
||||
edition = "2021"
|
||||
resolver = "2"
|
||||
|
||||
[dependencies]
|
||||
libc = "0.2"
|
||||
elf = "0.7.4"
|
||||
flate2 = "1.0"
|
||||
xz2 = "0.1"
|
||||
memchr = "2"
|
||||
slice-copy = "0.3.0"
|
||||
log = "0.4.20"
|
||||
|
||||
[dependencies.xencall]
|
||||
path = "../xencall"
|
||||
|
||||
[dependencies.xenstore]
|
||||
path = "../xenstore"
|
||||
|
||||
[dependencies.xenevtchn]
|
||||
path = "../xenevtchn"
|
||||
|
||||
[dependencies.uuid]
|
||||
version = "1.6.1"
|
||||
features = ["v4"]
|
||||
|
||||
[dev-dependencies]
|
||||
env_logger = "0.10.1"
|
||||
|
||||
[lib]
|
||||
path = "src/lib.rs"
|
||||
|
||||
[[example]]
|
||||
name = "xenclient-boot"
|
||||
path = "examples/boot.rs"
|
Reference in New Issue
Block a user