From e8a0925c2e804aa1eb07ee3027deaf8dd1c71b1d Mon Sep 17 00:00:00 2001 From: RustDesk <71636191+rustdesk@users.noreply.github.com> Date: Sat, 4 Mar 2023 18:04:54 +0800 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b91f930..afd18b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,15 +1,4 @@ [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" } -rdw4 = { git = "https://gitlab.gnome.org/malureau/rdw.git" }