koban-cli 0.0.1

Placeholder for the koban CLI — an Invoice Ninja command-line tool. The first real release will be 0.1.0; install the library crate from `koban`.
1
2
3
4
5
6
fn main() {
    println!(
        "koban-cli placeholder. The first real release will be 0.1.0.\n\
         See https://github.com/jamesbrink/koban"
    );
}