qemu-display/Cargo.toml
2023-08-28 14:27:58 +04:00

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" }