mirror of
https://github.com/ilya-zlobintsev/LACT.git
synced 2025-02-25 18:55:26 -06:00
21 lines
614 B
TOML
21 lines
614 B
TOML
[package]
|
|
name = "lact-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]
|
|
lact-schema = { path = "../lact-schema" }
|
|
gtk = { version = "0.14", features = ["v3_22"] }
|
|
pango = "0.14"
|
|
glib = "0.14"
|
|
tracing = "0.1.37"
|
|
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
|
|
nix = "0.25.0"
|
|
anyhow = "1.0.66"
|
|
serde_json = "1.0.87"
|
|
serde = "1.0.147"
|
|
amdgpu-sysfs = { git = "https://github.com/ilya-zlobintsev/amdgpu-sysfs-rs", branch = "blocking" }
|