mirror of
https://github.com/mailscope/kumomta.git
synced 2026-09-11 21:12:15 +00:00
This reduces transitive deps for other crates that want ostensibly just the type definitions.
8 lines
143 B
Rust
8 lines
143 B
Rust
pub mod address;
|
|
pub mod dkim;
|
|
pub mod message;
|
|
pub mod scheduling;
|
|
|
|
pub use crate::address::EnvelopeAddress;
|
|
pub use crate::message::Message;
|