mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-13 23:11:40 +00:00
build(rust-ocr): bridge deps (pyo3-async-runtimes, tokio, serde)
This commit is contained in:
parent
c2ddee8a1e
commit
38cbeda145
1 changed files with 3 additions and 0 deletions
|
|
@ -13,4 +13,7 @@ crate-type = ["cdylib"]
|
|||
litellm-core.workspace = true
|
||||
litellm-providers.workspace = true
|
||||
pyo3 = { workspace = true, features = ["extension-module"] }
|
||||
pyo3-async-runtimes.workspace = true
|
||||
serde.workspace = true
|
||||
serde_json.workspace = true
|
||||
tokio.workspace = true
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue