mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-13 23:11:40 +00:00
19 lines
452 B
TOML
19 lines
452 B
TOML
[package]
|
|
name = "litellm-python-bridge"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
|
|
[lib]
|
|
name = "litellm_python_bridge"
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
litellm-core.workspace = true
|
|
litellm-providers.workspace = true
|
|
pyo3 = { workspace = true, features = ["extension-module"] }
|
|
pyo3-async-runtimes.workspace = true
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
tokio.workspace = true
|