mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-03 13:11:31 +00:00
krata: begin work on guest message channel
This commit is contained in:
@ -17,6 +17,8 @@ serde_json = { workspace = true }
|
||||
tokio = { workspace = true }
|
||||
uuid = { workspace = true }
|
||||
xenclient = { path = "../xen/xenclient" }
|
||||
xenevtchn = { path = "../xen/xenevtchn" }
|
||||
xengnt = { path = "../xen/xengnt" }
|
||||
xenstore = { path = "../xen/xenstore" }
|
||||
|
||||
[lib]
|
||||
@ -28,3 +30,7 @@ env_logger = { workspace = true }
|
||||
[[example]]
|
||||
name = "kratart-squashify"
|
||||
path = "examples/squashify.rs"
|
||||
|
||||
[[example]]
|
||||
name = "kratart-channel"
|
||||
path = "examples/channel.rs"
|
||||
|
Reference in New Issue
Block a user