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:
parent
ba7d12508e
commit
3c0ea2688a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user