litellm/litellm-rust/crates/runtime/Cargo.toml
2026-08-30 16:21:13 -07:00

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