tek/Cargo.toml
2025-01-11 22:24:45 +01:00

18 lines
206 B
TOML

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