2022-01-29 17:31:51 +01:00
|
|
|
[package]
|
|
|
|
name = "xtask"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
2022-01-29 18:38:09 +01:00
|
|
|
authors = ["Robbert van der Helm <mail@robbertvanderhelm.nl>"]
|
2022-03-02 10:27:02 +01:00
|
|
|
description = "A helper for compiling and bundling plugins, can be invoked in this repo using `cargo xtask`"
|
2022-01-29 18:38:09 +01:00
|
|
|
license = "ISC"
|
2022-01-29 17:31:51 +01:00
|
|
|
|
|
|
|
[dependencies]
|
2022-03-02 10:01:48 +01:00
|
|
|
nih_plug_xtask = { path = "../nih_plug_xtask" }
|