1
0
Fork 0
nih-plug/xtask/Cargo.toml
2022-03-02 10:27:55 +01:00

11 lines
312 B
TOML

[package]
name = "xtask"
version = "0.1.0"
edition = "2021"
authors = ["Robbert van der Helm <mail@robbertvanderhelm.nl>"]
description = "A helper for compiling and bundling plugins, can be invoked in this repo using `cargo xtask`"
license = "ISC"
[dependencies]
nih_plug_xtask = { path = "../nih_plug_xtask" }