mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
15 lines
298 B
TOML
15 lines
298 B
TOML
[package]
|
|
name = "litellm-python-interop"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
|
|
[dependencies]
|
|
pyo3.workspace = true
|
|
pythonize.workspace = true
|
|
serde.workspace = true
|
|
|
|
[dev-dependencies]
|
|
rstest.workspace = true
|
|
serde_json.workspace = true
|