1
0
mirror of https://gitlab.com/marcandre.lureau/qemu-display.git synced 2025-04-14 08:44:46 +00:00
qemu-display/Cargo.toml
Marc-André Lureau e79f0dc751 qemu-display: prepare for initial release
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
2025-01-15 12:46:41 +04:00

30 lines
715 B
TOML

[workspace]
members = [
"keycodemap",
"qemu-display",
"qemu-rdw",
"qemu-vnc",
"qemu-vte",
"qemu-rdp",
"xtask",
]
default-members = ["qemu-rdw"]
resolver = "2"
[workspace.package]
edition = "2021"
rust-version = "1.77"
license = "MIT"
repository = "https://gitlab.com/marcandre.lureau/qemu-display"
[workspace.dependencies]
tracing = "0.1"
zbus = { version = "5.0", features = ["p2p", "serde_bytes"] }
pixman-sys = "0.1"
qemu-display = { path = "qemu-display", version = "0.1" }
keycodemap = { path = "keycodemap", version = "0.1" }
[patch.crates-io]
vnc = { git = "https://github.com/elmarco/rust-vnc", branch = "server" }
rdw4 = { git = "https://gitlab.gnome.org/malureau/rdw.git" }