mirror of
https://gitlab.com/marcandre.lureau/qemu-display.git
synced 2025-02-07 02:59:28 +00:00
18 lines
330 B
TOML
18 lines
330 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 = "3.0" }
|
|
qemu-display = { path = "../qemu-display" }
|
|
futures = "0.3.13"
|
|
|
|
[dependencies.vte]
|
|
package = "vte4"
|
|
version = "0.8"
|
|
git = "https://gitlab.gnome.org/World/Rust/vte4-rs"
|