diff options
| author | Joe Carstairs <me@joeac.net> | 2024-09-17 11:28:56 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2024-09-17 11:28:56 +0100 |
| commit | f0e3e0cfb183253e03b1a61ddecb7b9330d47fdb (patch) | |
| tree | 722eca369743dcfbb95f1efd58cc4cecc0fb8677 /backend/src/models/mod.rs | |
| parent | c737b6df94eae4981bb03dda3583e24046e24865 (diff) | |
Refactors backend
Diffstat (limited to 'backend/src/models/mod.rs')
| -rw-r--r-- | backend/src/models/mod.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/backend/src/models/mod.rs b/backend/src/models/mod.rs index 68f5209..b790fcb 100644 --- a/backend/src/models/mod.rs +++ b/backend/src/models/mod.rs @@ -1,6 +1,10 @@ pub mod account; +pub mod budget; pub mod budget_update; pub mod category; +pub mod category_balance; +pub mod category_budget; pub mod category_transfer; +pub mod date_time_utc; pub mod transaction; pub mod transaction_categorisation; |
