Files
LACT/gui/Cargo.toml
2021-01-31 12:28:45 +02:00

14 lines
335 B
TOML

[package]
name = "gui"
version = "0.1.0"
authors = ["Ilya Zlobintsev <ilya.zl@protonmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
daemon = { path = "../daemon" }
gtk = { version = "0.9", features = ["v3_22"] }
pango = "0.9"
glib = "0.10"