text-generation-inference/router/client/Cargo.toml

18 lines
309 B
TOML
Raw Normal View History

2022-10-08 10:30:12 +00:00
[package]
name = "bloom-inference-client"
version = "0.1.0"
edition = "2021"
[dependencies]
2022-10-11 16:14:39 +00:00
futures = "^0.3"
2022-10-08 10:30:12 +00:00
prost = "^0.9"
2022-10-11 16:14:39 +00:00
thiserror = "^1.0"
tokio = { version = "^1.21", features = ["sync"] }
2022-10-08 10:30:12 +00:00
tonic = "^0.6"
tower = "^0.4"
tracing = "^0.1"
tracing-error = "^0.2"
[build-dependencies]
tonic-build = "0.6.2"