1
2
3
4
5
6
#[macro_use]
pub mod app;

pub fn get_tool_name() -> &'static str {
    env!("CARGO_PKG_NAME")
}