13 lines
264 B
TOML
13 lines
264 B
TOML
[build-system]
|
|
requires = ["maturin>=1.5,<2"]
|
|
build-backend = "maturin"
|
|
|
|
[project]
|
|
name = "sglang-mm"
|
|
dynamic = ["version"]
|
|
description = "Rust-accelerated multimodal preprocessing for SGLang"
|
|
requires-python = ">=3.10"
|
|
|
|
[tool.maturin]
|
|
module-name = "_multimodal"
|