qemu-display/Cargo.toml
Marc-André Lureau 2c007d8c4c Follow zbus upstream
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
2021-12-21 16:35:13 +04:00

18 lines
442 B
TOML

[workspace]
members = [
"keycodemap",
"qemu-display",
"qemu-rdw",
"qemu-vnc",
"qemu-vte",
"xtask",
]
default-members = ["qemu-rdw"]
[patch.crates-io]
vnc = { git = "https://github.com/elmarco/rust-vnc", branch = "server" }
zbus = { git = "https://gitlab.freedesktop.org/dbus/zbus.git" }
zvariant = { git = "https://gitlab.freedesktop.org/dbus/zbus.git" }
rdw4 = { git = "https://gitlab.gnome.org/malureau/rdw.git" }