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

8
xtask/Cargo.toml Normal file
View File

@@ -0,0 +1,8 @@
[package]
name = "xtask"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]