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
+3 -2
View File
@@ -4,12 +4,13 @@ edition = "2018"
name = "stream_conflict"
publish = false
version = "0.1.0"
license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
prost = "0.9"
tonic = {path = "../../tonic"}
tonic = { path = "../../tonic" }
[build-dependencies]
tonic-build = {path = "../../tonic-build"}
tonic-build = { path = "../../tonic-build" }