mirror of
https://gitlab.com/marcandre.lureau/qemu-display.git
synced 2024-12-22 05:35:20 +00:00
19 lines
421 B
TOML
19 lines
421 B
TOML
[workspace]
|
|
members = [
|
|
"keycodemap",
|
|
"qemu-display",
|
|
"qemu-rdw",
|
|
"qemu-vnc",
|
|
"qemu-vte",
|
|
"qemu-rdp",
|
|
"xtask",
|
|
]
|
|
default-members = ["qemu-rdw"]
|
|
resolver = "2"
|
|
|
|
[patch.crates-io]
|
|
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" }
|