Skip to content

Commit 26129e9

Browse files
Removed the older protocol. Added a Reactor
1 parent e331ec5 commit 26129e9

File tree

11 files changed

+471
-497
lines changed

11 files changed

+471
-497
lines changed

Cargo.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,12 @@ byteorder = "0.4"
1616
docopt = "0.6"
1717
rustc-serialize = "0.3"
1818
lazy_static = "0.1.*"
19-
serde = "*"
2019
tangle = "0.3.0"
20+
rand = "0.3"
21+
slab = "0.1.3"
2122

2223
[dependencies.mio]
2324
git = "https://github.com/carllerche/mio"
25+
26+
[dependencies.bytes]
27+
git = "https://github.com/carllerche/bytes"

0 commit comments

Comments
 (0)