chore: Fulfill MIT license requirments (#916)

This commit is contained in:
Sylwester Rąpała
2022-02-18 13:56:47 -05:00
committed by GitHub
parent 6dfc20e1db
commit c9e78c4d65
23 changed files with 408 additions and 7 deletions
+6 -5
View File
@@ -4,16 +4,17 @@ edition = "2018"
name = "integration"
publish = false
version = "0.1.0"
license = "MIT"
[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"}
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"}
tonic-build = { path = "../../../tonic-build" }