From 3c0ea2688a9d35ff3758c56c6389564d57c3022a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= Date: Wed, 29 Jan 2025 14:12:44 +0400 Subject: [PATCH] chore(rdp): pimp Cargo.toml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marc-André Lureau --- qemu-rdp/Cargo.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/qemu-rdp/Cargo.toml b/qemu-rdp/Cargo.toml index 86da316..4b5d554 100644 --- a/qemu-rdp/Cargo.toml +++ b/qemu-rdp/Cargo.toml @@ -6,8 +6,14 @@ authors = [ "Marc-André Lureau ", ] 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