shepherd-launcher/crates/shepherd-launcher-ui/Cargo.toml
2026-02-08 11:14:09 -05:00

30 lines
701 B
TOML

[package]
name = "shepherd-launcher-ui"
version.workspace = true
edition.workspace = true
license.workspace = true
description = "GTK4 launcher UI for shepherdd - main grid interface"
[[bin]]
name = "shepherd-launcher"
path = "src/main.rs"
[dependencies]
shepherd-api = { workspace = true }
shepherd-ipc = { workspace = true }
shepherd-util = { workspace = true }
gtk4 = { workspace = true }
clap = { workspace = true }
tokio = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
tracing = { workspace = true }
tracing-subscriber = { workspace = true }
anyhow = { workspace = true }
chrono = { workspace = true }
dirs = "5.0"
gilrs = "0.11"
[features]
default = []