email_notif/
lib.rs

1mod config;
2mod send;
3
4pub use send::EmailNotifier;