mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-04 05:31:32 +00:00
async-ify xenstore and xenclient
This commit is contained in:
@ -11,6 +11,11 @@ path = "src/lib.rs"
|
||||
thiserror = { workspace = true }
|
||||
libc = { workspace = true }
|
||||
log = { workspace = true }
|
||||
tokio = { workspace = true }
|
||||
async-trait = { workspace = true }
|
||||
|
||||
[dev-dependencies]
|
||||
futures = { workspace = true }
|
||||
|
||||
[dependencies.bytemuck]
|
||||
workspace = true
|
||||
|
Reference in New Issue
Block a user