feat(bar): initial commit

This commit is contained in:
LGUG2Z
2024-08-27 18:22:36 -07:00
parent c06d9afa3b
commit e5fa03c33c
9 changed files with 464 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
[package]
name = "komorebi-bar"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
komorebi-client = { path = "../komorebi-client" }
anyhow = "1"
chrono = "0.4"
eframe = "0.28"
serde_json = "1"
sysinfo = "0.30"
crossbeam-channel = "0.5"