Cargo.toml 424 Bytes
Newer Older
Olivier Dehaene's avatar
Init  
Olivier Dehaene committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]
name = "bloom-inference-client"
version = "0.1.0"
edition = "2021"

[dependencies]
futures = "0.3.24"
#grpc-error-details = { path = "../../grpc-error-details" }
#grpc-metadata = { path = "../../grpc-metadata" }
prost = "^0.9"
thiserror = "1.0.37"
tokio = { version = "1.21.2", features = ["sync"] }
tonic = "^0.6"
tower = "^0.4"
tracing = "^0.1"
tracing-error = "^0.2"

[build-dependencies]
tonic-build = "0.6.2"