blob: c796956d81f0777c901e79a09a8032ac2950595a [file] [log] [blame]
pub mod delay_server;
pub mod server;
// TODO: remove once done converting to new support server?
#[allow(unused)]
pub static DEFAULT_USER_AGENT: &str =
concat!(env!("CARGO_PKG_NAME"), "/", env!("CARGO_PKG_VERSION"));