move xen libraries to xen/

This commit is contained in:
Alex Zenla 2024-01-22 22:33:50 -08:00
parent 31739605a2
commit ba418649db
No known key found for this signature in database
GPG Key ID: 067B238899B51269
27 changed files with 6 additions and 6 deletions

View File

@ -1,9 +1,9 @@
[workspace]
members = [
"xenstore",
"xenevtchn",
"xencall",
"xenclient",
"xen/xenstore",
"xen/xenevtchn",
"xen/xencall",
"xen/xenclient",
"hypha",
"loopdev",
]

View File

@ -5,7 +5,7 @@ edition = "2021"
resolver = "2"
[dependencies.xenclient]
path = "../xenclient"
path = "../xen/xenclient"
[dependencies.loopdev]
path = "../loopdev"
@ -28,7 +28,7 @@ termion = "3.0.0"
cli-tables = "0.2.1"
[dependencies.xenstore]
path = "../xenstore"
path = "../xen/xenstore"
[dependencies.clap]
version = "4.4.18"