Files
tonic/tonic-web/tests/integration/Cargo.toml
T

20 lines
454 B
TOML

[package]
authors = ["Juan Alvarez <[email protected]>"]
edition = "2018"
name = "integration"
publish = false
version = "0.1.0"
[dependencies]
base64 = "0.13"
bytes = "1.0"
hyper = "0.14"
prost = "0.9"
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"}