1
2
3
4
5
6
7
const APP_NAME_QUALIFIER: &str = "com";
const APP_NAME_ORGANIZATION: &str = "ldaws";
const APP_NAME: &str = "workmn";

mod util;

pub mod conf;