summaryrefslogtreecommitdiff
path: root/schist_core/schist_models/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'schist_core/schist_models/src/lib.rs')
-rw-r--r--schist_core/schist_models/src/lib.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/schist_core/schist_models/src/lib.rs b/schist_core/schist_models/src/lib.rs
index d9e93c4..db5c593 100644
--- a/schist_core/schist_models/src/lib.rs
+++ b/schist_core/schist_models/src/lib.rs
@@ -1,12 +1,12 @@
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 category;
-pub mod category_transfer;
pub mod date_utc;
pub mod datetime_utc;
pub mod migrations;
+pub mod schema;
pub mod transaction;
pub mod transaction_categorisation;
-pub mod schema;