init tui and more battery stats

This commit is contained in:
2026-03-17 08:17:14 +00:00
parent 57be264701
commit 1f6822d497
3 changed files with 16 additions and 1 deletions

View File

@@ -3,5 +3,13 @@ name = "battery_logger"
version = "0.1.0"
edition = "2024"
[[bin]]
name = "daemon"
path = "src/main.rs"
[[bin]]
name = "tui"
path = "src/tui/main.rs"
[dependencies]
rkyv = "0.8.15"
rkyv = {version = "0.8.15"}