Files
nih-plug/xtask/Cargo.toml
Robbert van der Helm 8e0597b780 Move the xtask binary to a library
So you can use it in your own projects with minimal copying and pasting.
2022-03-02 10:02:03 +01:00

10 lines
203 B
TOML

[package]
name = "xtask"
version = "0.1.0"
edition = "2021"
authors = ["Robbert van der Helm <mail@robbertvanderhelm.nl>"]
license = "ISC"
[dependencies]
nih_plug_xtask = { path = "../nih_plug_xtask" }