mirror of
https://gitlab.com/marcandre.lureau/qemu-display.git
synced 2025-02-07 02:59:28 +00:00
bbb4846380
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
22 lines
736 B
TOML
22 lines
736 B
TOML
[package]
|
|
name = "qemu-display-listener"
|
|
version = "0.1.0"
|
|
authors = ["Marc-André Lureau <marcandre.lureau@redhat.com>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
log = "0.4"
|
|
derivative = "2.2.0"
|
|
zbus = { version = "2.0.0-beta", features = ["xml"] }
|
|
zvariant = { version = "2.4.0", features = ["serde_bytes"] }
|
|
libc = "0.2.86"
|
|
glib = { git = "https://github.com/gtk-rs/gtk-rs-core", optional = true }
|
|
enumflags2 = { version = "0.6.4", features = ["serde"] }
|
|
serde = { version = "1.0.123", features = ["derive"] }
|
|
serde_repr = "0.1.6"
|
|
serde_bytes = "0.11.5"
|
|
futures-util = { version = "0.3.8", features = ["async-await-macro"] }
|
|
once_cell = "1.5"
|