sara-tasks 1.1.0

Sara — folder-aware task manager
1
2
3
4
5
6
7
8
9
10
11
12
pub mod config;
pub mod dates;
pub mod db;
pub mod embedding;
pub mod files;
pub mod git;
pub mod memory_graph;
pub mod model;
pub mod portable;
pub mod project;
pub mod safety;
pub mod tui;