Files
Stalwart/crates/directory/src/core/mod.rs
2026-03-11 17:00:39 +01:00

11 lines
203 B
Rust

/*
* SPDX-FileCopyrightText: 2020 Stalwart Labs LLC <hello@stalw.art>
*
* SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-SEL
*/
pub mod config;
pub mod dispatch;
pub mod sasl;
pub mod secret;