Files
Stalwart/crates/registry/src/lib.rs
2026-03-11 17:10:02 +01:00

12 lines
215 B
Rust

/*
* SPDX-FileCopyrightText: 2020 Stalwart Labs LLC <hello@stalw.art>
*
* SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-SEL
*/
pub mod jmap;
pub mod pickle;
pub mod schema;
pub mod types;
pub mod utils;