mirror of
https://gitlab.com/marcandre.lureau/qemu-display.git
synced 2024-11-10 01:50:00 +00:00
c8b236f092
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
17 lines
358 B
TOML
17 lines
358 B
TOML
[package]
|
|
name = "qemu-vte"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
log = "0.4"
|
|
pretty_env_logger = "0.4"
|
|
once_cell = "1.5"
|
|
zbus = { version = "2.0.0-beta" }
|
|
qemu-display-listener = { path = "../qemu-display-listener", features = ["glib"] }
|
|
futures = "0.3.13"
|
|
|
|
[dependencies.vte]
|
|
package = "vte4"
|
|
git = "https://gitlab.gnome.org/malureau/vte4-rs"
|