Skip to content

Commit

Permalink
Switch to Tokio package for TCP streams.
Browse files Browse the repository at this point in the history
  • Loading branch information
rjacobs31 committed Apr 5, 2018
1 parent d32931f commit 3e9fb6c
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 252 deletions.
214 changes: 2 additions & 212 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
[package]
name = "echo-rs"
version = "0.1.0"
version = "0.1.1"
authors = ["Rudolph Jacobs <[email protected]>"]

[dependencies]
futures = "0.1.14"
hyper = "0.11.2"
tokio = "0.1.5"
Loading

0 comments on commit 3e9fb6c

Please sign in to comment.