proto: basic peer wire protocol that can download

This commit is contained in:
2016-12-13 00:59:36 -05:00
parent 74e82a0127
commit 0f76269952
16 changed files with 828 additions and 42 deletions

View File

@@ -4,6 +4,8 @@ version = "0.1.0"
authors = ["Simon Bernier St-Pierre <sbernierstpierre@gmail.com>"]
[dependencies]
byteorder = "0.5"
libc = "0.2"
sha1 = "0.2"
url = "1.2"