mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-05 14:11:32 +00:00
introduce xencl for high-level interaction with xen
This commit is contained in:
15
xencl/Cargo.toml
Normal file
15
xencl/Cargo.toml
Normal file
@ -0,0 +1,15 @@
|
||||
[package]
|
||||
name = "xencl"
|
||||
version = "0.0.1"
|
||||
edition = "2021"
|
||||
resolver = "2"
|
||||
|
||||
[dependencies.xenstore]
|
||||
path = "../xenstore"
|
||||
|
||||
[lib]
|
||||
path = "src/lib.rs"
|
||||
|
||||
[[example]]
|
||||
name = "xencl-simple"
|
||||
path = "examples/simple.rs"
|
Reference in New Issue
Block a user