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