qemu-display/Cargo.toml

13 lines
326 B
TOML

[workspace]
members = [
"keycodemap",
"qemu-display-listener",
"qemu-vnc",
"xtask",
]
[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' }