mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
11 lines
321 B
TOML
11 lines
321 B
TOML
[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" }
|