Move the xtask binary to a library

So you can use it in your own projects with minimal copying and pasting.
This commit is contained in:
Robbert van der Helm
2022-03-02 10:01:48 +01:00
parent 5b369f6ab5
commit 8e0597b780
8 changed files with 438 additions and 358 deletions

17
Cargo.lock generated
View File

@@ -563,6 +563,17 @@ dependencies = [
"parking_lot",
]
[[package]]
name = "nih_plug_xtask"
version = "0.1.0"
dependencies = [
"anyhow",
"goblin",
"reflink",
"serde",
"toml",
]
[[package]]
name = "nix"
version = "0.22.3"
@@ -1153,9 +1164,5 @@ checksum = "d2d7d3948613f75c98fd9328cfdcc45acc4d360655289d0a7d4ec931392200a3"
name = "xtask"
version = "0.1.0"
dependencies = [
"anyhow",
"goblin",
"reflink",
"serde",
"toml",
"nih_plug_xtask",
]