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
+4
View File
@@ -1,3 +1,7 @@
[workspace]
members = ["bindings/python"]
exclude = ["bindings/golang", "examples"]
[package]
name = "sgl-model-gateway"
version = "0.3.2"