char-mid-side/Cargo.toml

27 lines
534 B
TOML

[package]
name = "mid_side"
version = "0.1.0"
edition = "2021"
license = ""
homepage = "https://som.codes/plugins/"
description = "simple mid/side decoder"
[workspace]
members = ["xtask"]
[lib]
crate-type = ["cdylib"]
[dependencies]
nih_plug = { git = "https://github.com/robbert-vdh/nih-plug.git", features = ["assert_process_allocs"] }
nih_plug_vizia = { git = "https://github.com/robbert-vdh/nih-plug.git" }
[profile.release]
lto = "thin"
strip = "symbols"
[profile.profiling]
inherits = "release"
debug = true
strip = "none"