Cargo.toml: point to rdw.git

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
Marc-André Lureau 2021-10-08 16:06:51 +04:00
parent 8fd2af4583
commit 791f13054e

View File

@ -14,6 +14,7 @@ default-members = ["qemu-rdw"]
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" }
#rdw4 = { path = "../rdw/rdw4" }