Files
vitals/Cargo.toml
kyleandClaude Fable 5.1 07f68b92a0 Vitals log viewer
egui viewer for the vitals-log CSV files: status strip, grouped
time-series plots, incremental tailing of the monthly logs.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
2026-09-19 23:40:38 -07:00

13 lines
170 B
TOML

[package]
name = "vitals"
version = "0.1.0"
edition = "2024"
[dependencies]
chrono = "0.4.45"
eframe = "0.32"
egui_plot = "0.33"
[dev-dependencies]
tempfile = "3.27.0"