1
0
mirror of https://gitlab.com/marcandre.lureau/qemu-display.git synced 2025-04-14 08:44:46 +00:00
qemu-display/qemu-rdp/Cargo.toml
Marc-André Lureau 1e2cf6472a tosquash: use zbus from qemu-display
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
2023-08-28 14:27:58 +04:00

21 lines
624 B
TOML

[package]
name = "qemu-rdp"
version = "0.1.0"
authors = ["Mihnea Buzatu <mihneabuzatu88@gmail.com>"]
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
qemu-display = { path = "../qemu-display" }
keycodemap = { path = "../keycodemap" }
bytes = "1.4"
rustls = { version = "0.21" }
rustls-pemfile = "1.0"
tokio = { version = "1.28", features = ["full"] }
tokio-rustls = "0.24"
anyhow = "1.0"
clap = { version = "3.2", features = ["derive"] }
async-trait = "0.1"
ironrdp = { git = "https://github.com/Devolutions/IronRDP", features = ["server"] }