mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-02 21:00:55 +00:00
move xen libraries to xen/
This commit is contained in:
parent
31739605a2
commit
ba418649db
@ -1,9 +1,9 @@
|
|||||||
[workspace]
|
[workspace]
|
||||||
members = [
|
members = [
|
||||||
"xenstore",
|
"xen/xenstore",
|
||||||
"xenevtchn",
|
"xen/xenevtchn",
|
||||||
"xencall",
|
"xen/xencall",
|
||||||
"xenclient",
|
"xen/xenclient",
|
||||||
"hypha",
|
"hypha",
|
||||||
"loopdev",
|
"loopdev",
|
||||||
]
|
]
|
||||||
|
@ -5,7 +5,7 @@ edition = "2021"
|
|||||||
resolver = "2"
|
resolver = "2"
|
||||||
|
|
||||||
[dependencies.xenclient]
|
[dependencies.xenclient]
|
||||||
path = "../xenclient"
|
path = "../xen/xenclient"
|
||||||
|
|
||||||
[dependencies.loopdev]
|
[dependencies.loopdev]
|
||||||
path = "../loopdev"
|
path = "../loopdev"
|
||||||
@ -28,7 +28,7 @@ termion = "3.0.0"
|
|||||||
cli-tables = "0.2.1"
|
cli-tables = "0.2.1"
|
||||||
|
|
||||||
[dependencies.xenstore]
|
[dependencies.xenstore]
|
||||||
path = "../xenstore"
|
path = "../xen/xenstore"
|
||||||
|
|
||||||
[dependencies.clap]
|
[dependencies.clap]
|
||||||
version = "4.4.18"
|
version = "4.4.18"
|
||||||
|
Loading…
Reference in New Issue
Block a user