xtask runner for CI types of things and other utilities.

This commit is contained in:
Bob McWhirter
2021-08-17 12:15:24 -04:00
parent bc57d6839f
commit 61e6b52870
3 changed files with 245 additions and 0 deletions

6
xtask/.cargo/config Normal file
View File

@ -0,0 +1,6 @@
[alias]
xtask = "run --package xtask --"
ci = "run --package xtask -- ci"
core = "run --package xtask -- core"
examples = "run --package xtask -- examples"
fmt = "run --package xtask -- fmt"