qemu-display/Cargo.toml
Marc-André Lureau b87f460871 qemu-rdw: start new widget based on rdw
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
2021-04-14 14:51:22 +04:00

16 lines
374 B
TOML

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