aboutsummaryrefslogtreecommitdiff
path: root/src/model/mod.rs
diff options
context:
space:
mode:
authorJoris2022-04-24 16:31:49 +0200
committerJoris2022-04-24 16:31:49 +0200
commit47fe90ee23d8ab04645ef3c7a17459ed40c5b765 (patch)
treed1aa7d3840a3bd825dcae0a0398fec7ca310f45c /src/model/mod.rs
parent6d271b09303d924381cc65e7c0b5eb56833780ed (diff)
downloadcalendar-47fe90ee23d8ab04645ef3c7a17459ed40c5b765.tar.gz
calendar-47fe90ee23d8ab04645ef3c7a17459ed40c5b765.tar.bz2
calendar-47fe90ee23d8ab04645ef3c7a17459ed40c5b765.zip
Allow to attach categories to events
Diffstat (limited to 'src/model/mod.rs')
-rw-r--r--src/model/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/model/mod.rs b/src/model/mod.rs
index 0aefbc6..2491bb4 100644
--- a/src/model/mod.rs
+++ b/src/model/mod.rs
@@ -1,3 +1,4 @@
+pub mod category;
pub mod event;
pub mod repetition;
pub mod time;