This commit is contained in:
+2
-2
@@ -17,8 +17,8 @@ path = "src/bin/server.rs"
|
||||
[dependencies]
|
||||
tokio = { version = "0.2", features = ["rt-threaded", "time", "macros", "stream", "fs"] }
|
||||
tonic = { path = "../tonic", features = ["tls"] }
|
||||
prost = { git = "https://github.com/danburkert/prost", branch = "master" }
|
||||
prost-derive = { git = "https://github.com/danburkert/prost", branch = "master" }
|
||||
prost = "0.6"
|
||||
prost-derive = "0.6"
|
||||
bytes = "0.5"
|
||||
http = "0.2"
|
||||
futures-core = "0.3"
|
||||
|
||||
Reference in New Issue
Block a user