yet 0.2.3

`yet` (yet-another task executor) is a tool for executing task written using the [rune](https://rune-rs.github.io/) programming language.
1
2
3
4
5
6
7
8
9
10
11
12
tasks:
  install:
    description: "Install yet."
    command: !commands
      - cargo install --path .

  test:
    description: "Run tests for yet."
    command: !commands
      - cargo test
      - cd: tests
      - ruby test.rb