litellm/litellm-rust/crates/python-extension-protocol/Cargo.toml
2026-09-01 22:08:48 -07:00

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 }