Skip to content
This repository has been archived by the owner on Mar 11, 2021. It is now read-only.

Commit

Permalink
Reduce the number of tokio dependencies (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
rokob authored and tomtau committed Oct 8, 2019
1 parent 0c9a8ae commit 62dac56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ byteorder = "1.3.2"
integer-encoding = "1.0.5"
log = "0.4.8"
env_logger = "0.7.0"
tokio = "0.1"
tokio = { version = "0.1", default-features = false, features = ["codec", "io", "tcp", "rt-full"] }
futures = "0.1"

[build-dependencies]
protobuf-codegen-pure = "2.8.1"
protobuf-codegen-pure = "2.8.1"

0 comments on commit 62dac56

Please sign in to comment.