qemu-display/Cargo.toml

16 lines
374 B
TOML
Raw Normal View History

2021-01-23 16:03:56 +00:00
[workspace]
members = [
"keycodemap",
"qemu-display-listener",
"qemu-rdw",
"qemu-vnc",
"xtask",
]
2021-01-23 16:03:56 +00:00
default-members = ["qemu-rdw"]
2021-02-09 20:53:06 +00:00
[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' }