budget_tracker_tui 1.3.0

A very simple TUI budget tracker app
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pub mod add_edit;
pub mod budget;
pub mod category_manager;
pub mod category_select;
pub mod filter;
pub mod fuzzy_search;
pub mod help;
pub mod input;
pub mod recurring;
pub mod settings;
pub mod settings_types;
pub mod state;
pub mod summary;
pub mod update_checker;
pub mod util;