yagcdn/src/statics.rs

5 lines
145 B
Rust
Raw Normal View History

2019-07-24 17:54:00 +02:00
const VERSION: &str = env!("CARGO_PKG_VERSION");
lazy_static! {
pub(crate) static ref USER_AGENT: String = format!("gitache/{}", VERSION);
}