qemu-display/Cargo.toml
Marc-André Lureau 791f13054e Cargo.toml: point to rdw.git
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
2021-10-08 17:15:25 +04:00

21 lines
551 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" }
#zbus = { path = "../zbus/zbus" }
#zvariant = { path = "../zbus/zvariant" }
#rdw4 = { path = "../rdw/rdw4" }