qemu-display/qemu-display-listener/Cargo.toml
Marc-André Lureau edaffdb868 Initial commit
2021-02-09 16:26:31 +04:00

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 }