init sglang rust server project (#32256)

This commit is contained in:
Rain Jiang
2026-07-23 21:47:15 +00:00
committed by GitHub
parent 71fe41b6b3
commit 20eb37a2a1
4 changed files with 85 additions and 1 deletions
+16
View File
@@ -0,0 +1,16 @@
[build-system]
requires = ["maturin>=1.13,<2.0"]
build-backend = "maturin"
[project]
name = "sglang-server"
requires-python = ">=3.10"
classifiers = [
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
]
dynamic = ["version"]
[tool.maturin]
module-name = "_core"