mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-12 23:01:41 +00:00
build(rust-ocr): providers deps for async transforms + tests
This commit is contained in:
parent
7b8a0b178c
commit
c4de80c5c9
1 changed files with 2 additions and 0 deletions
|
|
@ -8,7 +8,9 @@ repository.workspace = true
|
|||
[dependencies]
|
||||
litellm-core.workspace = true
|
||||
reqwest.workspace = true
|
||||
serde.workspace = true
|
||||
serde_json.workspace = true
|
||||
|
||||
[dev-dependencies]
|
||||
serde_json.workspace = true
|
||||
tokio = { workspace = true, features = ["rt-multi-thread", "macros"] }
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue