7 lines
173 B
Rust
7 lines
173 B
Rust
// SPDX-FileCopyrightText: 2024 Aravinth Manivannan <realaravinth@batsense.net>
|
|
//
|
|
// SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
pub mod db;
|
|
pub mod mailer;
|
|
pub mod phone;
|