1
0
mirror of https://gitlab.com/marcandre.lureau/qemu-display.git synced 2025-04-14 08:44:46 +00:00

chore(rdp): pimp Cargo.toml

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
Marc-André Lureau 2025-01-29 14:12:44 +04:00
parent ba7d12508e
commit 3c0ea2688a

View File

@ -6,8 +6,14 @@ authors = [
"Marc-André Lureau <marcandre.lureau@redhat.com>",
]
edition = "2021"
rust-version = { workspace = true }
description = "org.qemu.Display1 RDP server"
repository = { workspace = true }
keywords = ["RDP", "QEMU", "VM"]
license = { workspace = true }
categories = ["virtualization", "gui", "network-programming"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
qemu-display.workspace = true