just 0.9.2

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