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

17 lines
210 B
TOML
Raw Normal View History

2022-10-18 07:19:03 -06:00
[workspace]
members = [
"router",
"router/client",
2023-02-13 05:02:45 -07:00
"router/grpc-metadata",
2022-10-18 07:19:03 -06:00
"launcher"
]
exclude = [
"benchmark"
]
2022-10-18 07:19:03 -06:00
[profile.release]
debug = 1
incremental = true
lto = "off"
2022-11-14 05:59:56 -07:00
panic = "abort"