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

View File

@@ -6,7 +6,7 @@ authors = ["Robbert van der Helm <mail@robbertvanderhelm.nl>"]
license = "GPL-3.0-or-later"
[workspace]
members = ["nih_plug_derive", "plugins/gain"]
members = ["nih_plug_derive", "plugins/gain", "xtask"]
[dependencies]
nih_plug_derive = { path = "nih_plug_derive" }