crun 0.8.0

Run commands concurrently - a Rust port of concurrently
1
2
3
4
5
6
7
8
9
{
  "name": "crun-workspace",
  "private": true,
  "scripts": {
    "build": "cargo build --release",
    "test": "cd tests/integration && npm test",
    "test:watch": "cd tests/integration && npm run test:watch"
  }
}