diff --git a/Cargo.toml b/Cargo.toml index 6ccd281..d16c55f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,4 +14,4 @@ resolver = "2" zbus = { git = "https://github.com/dbus2/zbus.git" } zvariant = { git = "https://github.com/dbus2/zbus.git" } vnc = { git = "https://github.com/elmarco/rust-vnc", branch = "server" } -rdw4 = { path = "../rdw/rdw4" } +rdw4 = { git = "https://gitlab.gnome.org/malureau/rdw.git" }