imag/libimagmail/src/lib.rs

14 lines
232 B
Rust
Raw Normal View History

2016-08-09 13:38:27 +00:00
#[macro_use] extern crate log;
extern crate mailparse;
extern crate semver;
extern crate toml;
2016-09-21 16:05:12 +00:00
extern crate filters;
2016-08-09 13:38:27 +00:00
#[macro_use] extern crate libimagerror;
extern crate libimagstore;
pub mod mail;
pub mod error;
pub mod result;