just 0.2.12

🤖 just a command runner
Documentation
1
2
3
4
5
extern crate just;

fn main() {
  just::app();
}