Skip to content

Commit

Permalink
Begin rewriting networking code to use Tokio
Browse files Browse the repository at this point in the history
  • Loading branch information
caelunshun committed Aug 10, 2019
1 parent 3a8212b commit 6113e16
Show file tree
Hide file tree
Showing 17 changed files with 859 additions and 1,344 deletions.
396 changes: 378 additions & 18 deletions Cargo.lock

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,13 @@ uuid = "0.7.4"
cfb8 = "0.3.2"
aes = "0.3.2"
flate2 = "1.0.9"
bytes = "0.4.12"
bytes = { git = "https://github.com/caelunshun/bytes" }
log = "0.4.8"
serde = { version = "1.0.98", features = ["derive"] }
num-traits = "0.2.8"
num-derive = "0.2.5"
hashbrown = { version = "0.5.0", features = ["serde"] }
hematite-nbt = { git = "https://github.com/caelunshun/hematite_nbt" }
byteorder = "1.3.2"
byteorder = "1.3.2"
failure = "0.1.5"
tokio = "=0.2.0-alpha.1"
Loading

0 comments on commit 6113e16

Please sign in to comment.