mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-08 22:21:35 +00:00
13 lines
277 B
TOML
13 lines
277 B
TOML
[package]
|
|
name = "litellm-runtime"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
|
|
[dependencies]
|
|
litellm-core.workspace = true
|
|
base64.workspace = true
|
|
reqwest.workspace = true
|
|
serde_json.workspace = true
|
|
tokio.workspace = true
|