Move nih-plug to a workspace
This commit is contained in:
parent
2df0d7453d
commit
736468a510
6 changed files with 17 additions and 8 deletions
10
Cargo.toml
10
Cargo.toml
|
@ -1,8 +1,2 @@
|
||||||
[package]
|
[workspace]
|
||||||
name = "nih-plug"
|
members = ["nih-plug"]
|
||||||
version = "0.1.0"
|
|
||||||
edition = "2021"
|
|
||||||
authors = ["Robbert van der Helm <mail@robbertvanderhelm.nl>"]
|
|
||||||
license = "GPL-3.0-or-later"
|
|
||||||
|
|
||||||
[dependencies]
|
|
||||||
|
|
7
nih-plug/Cargo.lock
generated
Normal file
7
nih-plug/Cargo.lock
generated
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
# This file is automatically @generated by Cargo.
|
||||||
|
# It is not intended for manual editing.
|
||||||
|
version = 3
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "nih-plug"
|
||||||
|
version = "0.1.0"
|
8
nih-plug/Cargo.toml
Normal file
8
nih-plug/Cargo.toml
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[package]
|
||||||
|
name = "nih-plug"
|
||||||
|
version = "0.1.0"
|
||||||
|
edition = "2021"
|
||||||
|
authors = ["Robbert van der Helm <mail@robbertvanderhelm.nl>"]
|
||||||
|
license = "GPL-3.0-or-later"
|
||||||
|
|
||||||
|
[dependencies]
|
Loading…
Add table
Reference in a new issue