workmn 0.0.5

Manages the lifecycle of projects on the local machine
Documentation
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;