config.toml 139 B

12345
  1. [alias]
  2. xtask = "run --package xtask --release --"
  3. prototyper = "xtask prototyper"
  4. test-kernel = "xtask test"
  5. bench-kernel = "xtask bench"