Provide a cargo subcommand for NIH-plug's bundler

This commit is contained in:
Robbert van der Helm
2022-03-02 10:27:02 +01:00
parent bfe93f8d90
commit fa7f9fd85b
6 changed files with 39 additions and 0 deletions

10
cargo_nih_plug/Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "cargo-nih-plug"
version = "0.1.0"
edition = "2021"
authors = ["Robbert van der Helm <mail@robbertvanderhelm.nl>"]
description = "A cargo subcommand for compiling and bundling plugins, analogous to NIH-plug's `cargo xtask`"
license = "ISC"
[dependencies]
nih_plug_xtask = { path = "../nih_plug_xtask" }