diff --git a/gb-vst/Cargo.toml b/gb-vst/Cargo.toml index 74d6d92..ecec676 100644 --- a/gb-vst/Cargo.toml +++ b/gb-vst/Cargo.toml @@ -3,6 +3,11 @@ name = "vst" version = "0.1.0" edition = "2021" +[lib] +name = "vst" +crate-type = ["cdylib", "rlib"] + + # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]