just 1.13.0

🤖 Just a command runner
Documentation
fn main() {
  if let Err(code) = just::run() {
    std::process::exit(code);
  }
}