diff options
| author | Joe Carstairs <me@joeac.net> | 2024-11-24 15:45:04 +0000 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2024-11-24 15:56:01 +0000 |
| commit | 1f5dcf9762a83d5972c0c8dbad22732505bf621c (patch) | |
| tree | 5a1f5edd993733d48016ce2a8a8691b8f446858a /rust/schist_models/src/lib.rs | |
| parent | 022795ffcaaa0d904c9f911d8a059885c2254278 (diff) | |
Swaps budget updates for budget drips
Diffstat (limited to 'rust/schist_models/src/lib.rs')
| -rw-r--r-- | rust/schist_models/src/lib.rs | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/rust/schist_models/src/lib.rs b/rust/schist_models/src/lib.rs index 9e60e80..1712c36 100644 --- a/rust/schist_models/src/lib.rs +++ b/rust/schist_models/src/lib.rs @@ -1,9 +1,7 @@ pub mod account; -pub mod budget; -pub mod budget_update; +pub mod budget_drip; +pub mod budget_period_unit; pub mod category; -pub mod category_balance; -pub mod category_budget; pub mod category_transfer; pub mod date_utc; pub mod datetime_utc; |
