lindera_cli/
lib.rs

1const VERERSION: &str = env!("CARGO_PKG_VERSION");
2
3pub fn get_version() -> &'static str {
4    VERERSION
5}