21 lines
481 B
TOML
21 lines
481 B
TOML
[package]
|
|
authors = ["Juan Alvarez <j@yabit.io>"]
|
|
edition = "2021"
|
|
name = "integration"
|
|
publish = false
|
|
version = "0.1.0"
|
|
license = "MIT"
|
|
|
|
[dependencies]
|
|
base64 = "0.21"
|
|
bytes = "1.0"
|
|
hyper = "0.14"
|
|
prost = "0.11"
|
|
tokio = { version = "1", features = ["macros", "rt", "net"] }
|
|
tokio-stream = { version = "0.1", features = ["net"] }
|
|
tonic = { path = "../../../tonic" }
|
|
tonic-web = { path = "../../../tonic-web" }
|
|
|
|
[build-dependencies]
|
|
tonic-build = { path = "../../../tonic-build" }
|