diff options
| author | Joe Carstairs <me@joeac.net> | 2024-11-27 19:47:36 +0000 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2024-11-28 23:10:53 +0000 |
| commit | c2e8252f5e963e8c68d7124742f3c1bdf61a083f (patch) | |
| tree | 0d85e9394d90994f1757b9b1cc23780aef55f8fd /rust/schist_models/src/lib.rs | |
| parent | 817f6cb7e48e2517dd1612c14357d9aa066a9e53 (diff) | |
AccountTransfer model
Diffstat (limited to 'rust/schist_models/src/lib.rs')
| -rw-r--r-- | rust/schist_models/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rust/schist_models/src/lib.rs b/rust/schist_models/src/lib.rs index 1712c36..d9e93c4 100644 --- a/rust/schist_models/src/lib.rs +++ b/rust/schist_models/src/lib.rs @@ -1,4 +1,5 @@ pub mod account; +pub mod account_transfer; pub mod budget_drip; pub mod budget_period_unit; pub mod category; |
