Move nih-plug to a workspace
This commit is contained in:
parent
2df0d7453d
commit
736468a510
10
Cargo.toml
10
Cargo.toml
|
@ -1,8 +1,2 @@
|
|||
[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]
|
||||
[workspace]
|
||||
members = ["nih-plug"]
|
||||
|
|
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…
Reference in a new issue