aboutsummaryrefslogtreecommitdiff
path: root/src/modules/mod.rs
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-04-19 23:17:52 -0700
committerFuwn <[email protected]>2022-04-19 23:17:52 -0700
commit784111e22cc43d403fbc6703fa9a2a4c5c4fa3b5 (patch)
tree3d8dd3b0e562bac1becc3ccd70835259be34765f /src/modules/mod.rs
parentfix(docker): permissions, cba (diff)
downloadlocus-784111e22cc43d403fbc6703fa9a2a4c5c4fa3b5.tar.xz
locus-784111e22cc43d403fbc6703fa9a2a4c5c4fa3b5.zip
refactor(modules): move modules to module
Diffstat (limited to 'src/modules/mod.rs')
-rw-r--r--src/modules/mod.rs19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/modules/mod.rs b/src/modules/mod.rs
new file mode 100644
index 0000000..bab3cb1
--- /dev/null
+++ b/src/modules/mod.rs
@@ -0,0 +1,19 @@
+// This file is part of Locus <https://github.com/gemrest/locus>.
+// Copyright (C) 2022-2022 Fuwn <[email protected]>
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, version 3.
+//
+// This program is distributed in the hope that it will be useful, but
+// WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+// General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with this program. If not, see <http://www.gnu.org/licenses/>.
+//
+// Copyright (C) 2022-2022 Fuwn <[email protected]>
+// SPDX-License-Identifier: GPL-3.0-only
+
+pub mod multi_blog;