1#![allow(clippy::new_without_default)] 2#![allow(clippy::enum_variant_names)] 3 4pub mod email; 5pub mod http; 6pub mod repository; 7pub mod smtp;