1
2
/// Get the version of this application as specified in the Cargo.toml
pub fn version() -> &'static str { "0.1.0"  }