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_fakes/src/lib.rs | |
| parent | 022795ffcaaa0d904c9f911d8a059885c2254278 (diff) | |
Swaps budget updates for budget drips
Diffstat (limited to 'rust/schist_fakes/src/lib.rs')
| -rw-r--r-- | rust/schist_fakes/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/schist_fakes/src/lib.rs b/rust/schist_fakes/src/lib.rs index 68f5209..2d865d7 100644 --- a/rust/schist_fakes/src/lib.rs +++ b/rust/schist_fakes/src/lib.rs @@ -1,5 +1,5 @@ pub mod account; -pub mod budget_update; +pub mod budget_drip; pub mod category; pub mod category_transfer; pub mod transaction; |
