mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
Provide a cargo subcommand for NIH-plug's bundler
This commit is contained in:
10
cargo_nih_plug/Cargo.toml
Normal file
10
cargo_nih_plug/Cargo.toml
Normal 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" }
|
||||
Reference in New Issue
Block a user