mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-16 23:41:43 +00:00
14 lines
278 B
TOML
14 lines
278 B
TOML
[package]
|
|
name = "litellm-cache-memory"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
|
|
[dependencies]
|
|
litellm-cache.workspace = true
|
|
serde_json.workspace = true
|
|
|
|
[dev-dependencies]
|
|
rstest.workspace = true
|
|
tokio.workspace = true
|