Files
reqwest-impersonate/tests/support/mod.rs
2021-08-26 13:42:46 -07:00

7 lines
201 B
Rust

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"));