1 2 3 4 5 6 7 8
const APP_NAME_QUALIFIER: &str = "com"; const APP_NAME_ORGANIZATION: &str = "ldaws"; const APP_NAME: &str = "workmn"; pub mod error; mod util; pub mod conf;