saga-time 0.1.0

A local-first time tracking application with CLI and TUI
Documentation
1
2
3
4
5
6
7
pub mod state;
pub mod message;
pub mod update;
pub mod handler;

pub use state::App;
pub use message::Message;