summaryrefslogtreecommitdiff
path: root/schist_core/schist_models/src/lib.rs
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2025-08-15 16:02:40 +0000
committerjoeac <me@joeac.net>2025-08-15 16:02:40 +0000
commit703496a49315f7b67442abf0e0df3c41d3605d3b (patch)
tree8e92f3842710162f3b26e910eb931950c1049f07 /schist_core/schist_models/src/lib.rs
parent8d714f760bd0349560d464583a151a04a19de1c9 (diff)
task-012 (#2)
Co-authored-by: Joe Carstairs <jcarstairs@scottlogic.com> Reviewed-on: https://git.joeac.net/joeac/schist/pulls/2 Co-authored-by: Joe Carstairs <me@joeac.net> Co-committed-by: Joe Carstairs <me@joeac.net>
Diffstat (limited to 'schist_core/schist_models/src/lib.rs')
-rw-r--r--schist_core/schist_models/src/lib.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/schist_core/schist_models/src/lib.rs b/schist_core/schist_models/src/lib.rs
index db5c593..503db17 100644
--- a/schist_core/schist_models/src/lib.rs
+++ b/schist_core/schist_models/src/lib.rs
@@ -2,11 +2,11 @@ pub mod account;
pub mod account_transfer;
pub mod bucket;
pub mod bucket_transfer;
-pub mod budget_drip;
pub mod budget_period_unit;
pub mod date_utc;
pub mod datetime_utc;
+pub mod drip;
pub mod migrations;
+pub mod pipe;
pub mod schema;
pub mod transaction;
-pub mod transaction_categorisation;