fix examples
This commit is contained in:
@@ -46,16 +46,19 @@ path = "src/tls/server.rs"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
tonic = { path = "../tonic", features = ["rustls"] }
|
tonic = { path = "../tonic", features = ["rustls"] }
|
||||||
futures-preview = { version = "=0.3.0-alpha.18", default-features = false, features = ["alloc"]}
|
bytes = "0.4"
|
||||||
tokio = "=0.2.0-alpha.4"
|
|
||||||
prost = "0.5"
|
prost = "0.5"
|
||||||
prost-derive = "0.5"
|
prost-derive = "0.5"
|
||||||
bytes = "0.4"
|
|
||||||
serde_json = "1.0"
|
tokio = "=0.2.0-alpha.4"
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
futures-preview = { version = "=0.3.0-alpha.18", default-features = false, features = ["alloc"]}
|
||||||
async-stream = "0.1.1"
|
async-stream = "0.1.1"
|
||||||
http = "0.1"
|
http = "0.1"
|
||||||
tower = "0.3.0-alpha.1a"
|
tower = "0.3.0-alpha.1a"
|
||||||
|
|
||||||
|
# Required for routeguide
|
||||||
|
serde = { version = "0.1", features = ["derive"] }
|
||||||
|
serde_json = "0.1"
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
tonic-build = { path = "../tonic-build" }
|
tonic-build = { path = "../tonic-build" }
|
||||||
|
|||||||
Reference in New Issue
Block a user