#[macro_use] extern crate lazy_static; mod time_client; mod time_server; mod tool; pub use time_client::Client; pub use time_server::Server;