build(rust-ocr): bridge deps (pyo3-async-runtimes, tokio, serde)

This commit is contained in:
Ishaan Jaffer 2026-06-23 14:16:19 -07:00
parent c2ddee8a1e
commit 38cbeda145
No known key found for this signature in database

View file

@ -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