qemu-display/Cargo.toml
Marc-André Lureau 865aec3f31 Patch crates.io to upstream/public URLs
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
2021-03-09 16:00:01 +04:00

14 lines
343 B
TOML

[workspace]
members = [
"keycodemap",
"qemu-display-listener",
"qemu-gtk4",
"qemu-vnc",
"xtask",
]
[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' }