diff options
Diffstat (limited to 'logic/src/lib.rs')
-rw-r--r-- | logic/src/lib.rs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/logic/src/lib.rs b/logic/src/lib.rs new file mode 100644 index 0000000..cc988d7 --- /dev/null +++ b/logic/src/lib.rs @@ -0,0 +1,7 @@ +/* + This file is part of jellything (https://codeberg.org/metamuffin/jellything) + which is licensed under the GNU Affero General Public License (version 3); see /COPYING. + Copyright (C) 2025 metamuffin <metamuffin.org> +*/ + +pub mod home; |