mirror of
https://github.com/rustdesk/qemu-display.git
synced 2025-07-01 23:35:36 +00:00
19 lines
472 B
TOML
19 lines
472 B
TOML
[workspace]
|
|
members = [
|
|
"keycodemap",
|
|
"qemu-display-listener",
|
|
"qemu-rdw",
|
|
"qemu-vnc",
|
|
"xtask",
|
|
]
|
|
|
|
default-members = ["qemu-rdw"]
|
|
|
|
[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' }
|
|
|
|
[patch."https://gitlab.gnome.org/malureau/rdw.git"]
|
|
rdw = { path = '/home/elmarco/src/rdw/rdw' }
|