sojourn/src/strings.rs

3 lines
72 B
Rust
Raw Normal View History

pub const SOJOURN: &str = "sojourn";
pub const VERSION: &str = "0.1.0";