mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-10 22:41:41 +00:00
16 lines
384 B
TOML
16 lines
384 B
TOML
[package]
|
|
name = "litellm-python-extension-protocol"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
|
|
[dependencies]
|
|
prost.workspace = true
|
|
tonic.workspace = true
|
|
tonic-prost.workspace = true
|
|
|
|
[build-dependencies]
|
|
prost-build = "0.14.4"
|
|
protoc-bin-vendored = "3.2.0"
|
|
tonic-prost-build = { version = "0.14.6", default-features = false }
|