Add an xtask binary target for running tasks

This commit is contained in:
Robbert van der Helm
2022-01-29 17:31:51 +01:00
parent edab467538
commit 46cd75ec53
5 changed files with 18 additions and 1 deletions

2
.cargo/config Normal file
View File

@@ -0,0 +1,2 @@
[alias]
xtask = "run --package xtask --"