zad-cli 0.0.1

Placeholder release reserving the zad-cli name on crates.io. The full CLI will ship in a later version; see the repository for status.
1
2
3
4
5
6
fn main() {
    println!(
        "zad-cli 0.0.1 is a placeholder release. \
         See https://github.com/niclaslindstedt/zad for the real CLI."
    );
}