mirror of
https://gitlab.com/marcandre.lureau/qemu-display.git
synced 2024-11-10 01:50:00 +00:00
15 lines
398 B
TOML
15 lines
398 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]
|
|
zbus = "2.0.0-beta"
|
|
derivative = "2.1.3"
|
|
zvariant = "2.4.0"
|
|
libc = "0.2.86"
|
|
glib = { git = "https://github.com/gtk-rs/gtk-rs", optional = true }
|