1
2
3
4
5
6
7
8
9
#[macro_use]
extern crate lazy_static;

mod time_client;
mod time_server;
mod tool;

pub use time_client::Client;
pub use time_server::Server;