text-generation-inference/Cargo.toml
Olivier Dehaene f16f2f5ae1 v0.1.0
2022-10-20 19:14:44 +02:00

12 lines
136 B
TOML

[workspace]
members = [
"router",
"router/client",
"launcher"
]
[profile.release]
debug = 1
incremental = true
lto = "off"