hf_text-generation-inference/Cargo.toml

14 lines
180 B
TOML

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