fix: base64 encode details header (#345)

This commit is contained in:
Lucio Franco
2020-05-07 15:31:26 -04:00
committed by GitHub
parent 68d2ab3339
commit e683ffef1f
7 changed files with 100 additions and 3 deletions
+21
View File
@@ -0,0 +1,21 @@
[package]
name = "integration-tests"
version = "0.1.0"
authors = ["Lucio Franco <[email protected]>"]
edition = "2018"
publish = false
license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tonic = { path = "../../tonic" }
prost = "0.6"
futures-util = "0.3"
bytes = "0.5"
[dev-dependencies]
tokio = { version = "0.2", features = ["macros", "rt-core", "tcp"] }
[build-dependencies]
tonic-build = { path = "../../tonic-build" }