mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-12 23:01:41 +00:00
13 lines
293 B
TOML
13 lines
293 B
TOML
[build-system]
|
|
requires = ["maturin>=1.5"]
|
|
build-backend = "maturin"
|
|
|
|
[project]
|
|
name = "litellm_rust"
|
|
version = "0.1.0"
|
|
requires-python = ">=3.8"
|
|
description = "Rust port of LiteLLM's Mistral OCR transforms (PyO3 extension)."
|
|
|
|
[tool.maturin]
|
|
features = ["python"]
|
|
module-name = "litellm_rust"
|