Files
yaak-mountain-loop/crates-tauri/yaak-system-appearance/Cargo.toml
T
2026-07-03 14:22:47 -07:00

13 lines
236 B
TOML

[package]
name = "yaak-system-appearance"
version = "0.1.0"
edition = "2024"
publish = false
[target.'cfg(target_os = "linux")'.dependencies]
dark-light = "2.0.0"
[dependencies]
log = { workspace = true }
tauri = { workspace = true }