mirror of
https://github.com/ilya-zlobintsev/LACT.git
synced 2025-02-25 18:55:26 -06:00
14 lines
309 B
TOML
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" |