mirror of
https://gitlab.com/marcandre.lureau/qemu-display.git
synced 2024-12-22 13:45:18 +00:00
b66058aefb
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
17 lines
260 B
TOML
17 lines
260 B
TOML
[package]
|
|
name = "qemu-vte"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
log = "0.4"
|
|
pretty_env_logger = "0.5"
|
|
once_cell = "1.19"
|
|
zbus.workspace = true
|
|
qemu-display.workspace = true
|
|
futures = "0.3.30"
|
|
|
|
[dependencies.vte]
|
|
package = "vte4"
|
|
version = "0.8"
|