mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-16 23:41:43 +00:00
24 lines
496 B
TOML
24 lines
496 B
TOML
[package]
|
|
name = "litellm-python-interop"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
autotests = false
|
|
|
|
[[test]]
|
|
name = "synthetic"
|
|
path = "tests/synthetic/mod.rs"
|
|
|
|
[dependencies]
|
|
futures-util.workspace = true
|
|
pyo3.workspace = true
|
|
pyo3-async-runtimes.workspace = true
|
|
pythonize.workspace = true
|
|
serde.workspace = true
|
|
tokio.workspace = true
|
|
|
|
[dev-dependencies]
|
|
rstest.workspace = true
|
|
serial_test.workspace = true
|
|
serde_json.workspace = true
|