1pub mod build_state; 2pub mod builder; 3pub mod fetchers; 4pub mod known_paths; 5 6// Used as user agent in various HTTP Clients 7const USER_AGENT: &str = concat!(env!("CARGO_PKG_NAME"), "/", env!("CARGO_PKG_VERSION"));