mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-03 21:21:32 +00:00
hypha: move libraries to libs/
This commit is contained in:
@ -31,14 +31,14 @@ uuid = { workspace = true }
|
||||
workspace = true
|
||||
features = ["process"]
|
||||
|
||||
[dependencies.xenclient]
|
||||
path = "../xen/xenclient"
|
||||
|
||||
[dependencies.loopdev]
|
||||
path = "../loopdev"
|
||||
path = "../libs/loopdev"
|
||||
|
||||
[dependencies.xenclient]
|
||||
path = "../libs/xen/xenclient"
|
||||
|
||||
[dependencies.xenstore]
|
||||
path = "../xen/xenstore"
|
||||
path = "../libs/xen/xenstore"
|
||||
|
||||
[lib]
|
||||
path = "src/lib.rs"
|
||||
|
Reference in New Issue
Block a user