preemo_text-generation-infe.../Cargo.toml

17 lines
210 B
TOML

[workspace]
members = [
"router",
"router/client",
"router/grpc-metadata",
"launcher"
]
exclude = [
"benchmark"
]
[profile.release]
debug = 1
incremental = true
lto = "off"
panic = "abort"