Files
LACT/gui/Cargo.toml
Ilya Zlobintsev 7709a92d73 Basic GUI
2020-10-18 11:39:12 +03:00

14 lines
309 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 = "0.9"
gio = "0.9"
glib = "0.10"
gdk = "0.13"