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 app;
pub mod cli;
pub mod config;
pub mod db;
pub mod export;
pub mod models;
pub mod ui;