Make it so binary can be used with cargo xtask

This commit is contained in:
Louis Dureuil
2024-01-09 13:25:06 +01:00
parent 4aa4a15dc9
commit 66ae81a909
2 changed files with 8 additions and 0 deletions

2
.cargo/config.toml Normal file
View File

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