diff --git a/examples/gain/Cargo.toml b/examples/gain/Cargo.toml index 302b8d1..67f82d5 100644 --- a/examples/gain/Cargo.toml +++ b/examples/gain/Cargo.toml @@ -5,5 +5,8 @@ authors = ["Micah Johnston "] edition = "2021" publish = false +[package.metadata.coupler] +formats = ["clap", "vst3"] + [dependencies] coupler = { workspace = true }