diff options
author | Freya Murphy <freya@freyacat.org> | 2025-01-16 14:45:14 -0500 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-01-16 14:45:14 -0500 |
commit | 60985236c7070425c28aa0c5ce675306d06ab123 (patch) | |
tree | 7448aef5dadf19d4504151ebc370f9e20757ef10 /src/model/mod.rs | |
download | iris-60985236c7070425c28aa0c5ce675306d06ab123.tar.gz iris-60985236c7070425c28aa0c5ce675306d06ab123.tar.bz2 iris-60985236c7070425c28aa0c5ce675306d06ab123.zip |
Diffstat (limited to 'src/model/mod.rs')
-rw-r--r-- | src/model/mod.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/model/mod.rs b/src/model/mod.rs new file mode 100644 index 0000000..41088af --- /dev/null +++ b/src/model/mod.rs @@ -0,0 +1,3 @@ +pub mod config; +pub mod plugin; +pub mod repo; |