mirror of
https://github.com/OMGeeky/tarpc.git
synced 2026-01-23 19:25:03 +01:00
Update to Tokio 0.2 and futures 0.3 (#277)
This commit is contained in:
@@ -14,10 +14,10 @@ description = "An example server built on tarpc."
|
||||
|
||||
[dependencies]
|
||||
clap = "2.0"
|
||||
futures-preview = { version = "0.3.0-alpha.18" }
|
||||
futures = "0.3"
|
||||
serde = { version = "1.0" }
|
||||
tarpc = { version = "0.18", path = "../tarpc", features = ["json-transport", "serde1"] }
|
||||
tokio = "0.2.0-alpha.3"
|
||||
tarpc = { version = "0.18", path = "../tarpc", features = ["full"] }
|
||||
tokio = "0.2"
|
||||
env_logger = "0.6"
|
||||
|
||||
[lib]
|
||||
|
||||
Reference in New Issue
Block a user