init tui and more battery stats
This commit is contained in:
10
Cargo.toml
10
Cargo.toml
@@ -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"}
|
||||
|
||||
Reference in New Issue
Block a user