qemu-rdw: use workspace deps

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
Marc-André Lureau 2024-01-17 17:02:36 +04:00
parent abca0e48d5
commit a2185be540
1 changed files with 3 additions and 3 deletions

View File

@ -12,9 +12,9 @@ qmp = ["qemu-display/qmp"]
log = "0.4"
pretty_env_logger = "0.4"
once_cell = "1.5"
zbus = { version = "4" }
qemu-display = { path = "../qemu-display" }
keycodemap = { path = "../keycodemap" }
zbus.workspace = true
qemu-display.workspace = true
keycodemap.workspace = true
futures-util = "0.3"
futures = "0.3"
async-trait = "0.1"