tek/Cargo.toml

22 lines
256 B
TOML

[workspace]
resolver = "2"
members = [
"./cli",
"./edn",
"./input",
"./jack",
"./midi",
"./output",
"./plugin",
"./sampler",
"./tek",
"./time",
"./tui"
]
[profile.release]
lto = true
[profile.coverage]
inherits = "test"
lto = false