fix(gateway): make sgl-model-gateway a cargo workspace so maturin 1.14 accepts the parent README (#27997)

This commit is contained in:
Xinyuan Tong
2026-06-11 23:37:29 -07:00
committed by GitHub
parent fe887e6935
commit 66ab5c9c7a
3 changed files with 20 additions and 19 deletions
@@ -19,10 +19,3 @@ default-features = true
[features]
default = ["pyo3/extension-module"]
vendored-openssl = ["sgl-model-gateway/vendored-openssl"]
[profile.ci]
inherits = "release"
opt-level = 2 # Lighter optimization (still fast runtime, much faster compile)
lto = "thin" # Thin LTO - good balance
codegen-units = 16 # More parallelization for faster builds
strip = true