fix: missed mod files

This commit is contained in:
Aravinth Manivannan 2024-05-18 00:11:12 +05:30
parent c43814d8f0
commit a65bbdaa8c
Signed by: realaravinth
GPG key ID: F8F50389936984FF
3 changed files with 7 additions and 4 deletions

View file

@ -2,5 +2,5 @@
//
// SPDX-License-Identifier: AGPL-3.0-or-later
mod port;
mod services;
pub mod port;
pub mod services;

View file

@ -2,5 +2,5 @@
//
// SPDX-License-Identifier: AGPL-3.0-or-later
mod input;
mod output;
pub mod input;
pub mod output;

View file

@ -1,3 +1,6 @@
// SPDX-FileCopyrightText: 2024 Aravinth Manivannan <realaravinth@batsense.net>
//
// SPDX-License-Identifier: AGPL-3.0-or-later
pub mod db;
pub mod mailer;