mirror of
https://gitlab.com/marcandre.lureau/qemu-display.git
synced 2024-12-22 13:45:18 +00:00
67b334e5bb
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
23 lines
583 B
TOML
23 lines
583 B
TOML
[workspace]
|
|
members = [
|
|
"keycodemap",
|
|
"qemu-display",
|
|
"qemu-rdw",
|
|
"qemu-vnc",
|
|
"qemu-vte",
|
|
"xtask",
|
|
]
|
|
default-members = ["qemu-rdw"]
|
|
resolver = "2"
|
|
|
|
[workspace.dependencies]
|
|
qemu-display = { path = "qemu-display", version = "0.1" }
|
|
keycodemap = { path = "keycodemap", version = "0.1" }
|
|
zbus = "4"
|
|
|
|
[patch.crates-io]
|
|
zbus = { git = "https://github.com/dbus2/zbus.git" }
|
|
zvariant = { git = "https://github.com/dbus2/zbus.git" }
|
|
vnc = { git = "https://github.com/elmarco/rust-vnc", branch = "server" }
|
|
rdw4 = { git = "https://gitlab.gnome.org/malureau/rdw.git" }
|