mirror of
https://github.com/ilya-zlobintsev/LACT.git
synced 2025-02-25 18:55:26 -06:00
18 lines
363 B
TOML
18 lines
363 B
TOML
[package]
|
|
name = "lact-gui"
|
|
version = "0.1.0"
|
|
authors = ["Ilya Zlobintsev <ilya.zl@protonmail.com>"]
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
lact-schema = { path = "../lact-schema" }
|
|
gtk = "0.16"
|
|
pango = "0.16"
|
|
glib = "0.16"
|
|
tracing = "0.1"
|
|
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|
|
nix = "0.25"
|
|
anyhow = "1.0"
|
|
serde_json = "1.0"
|
|
serde = "1.0"
|