1 pub mod server;
2 
3 // TODO: remove once done converting to new support server?
4 #[allow(unused)]
5 pub static DEFAULT_USER_AGENT: &'static str =
6     concat!(env!("CARGO_PKG_NAME"), "/", env!("CARGO_PKG_VERSION"));
7