This commit is contained in:
2017-12-13 00:02:24 -05:00
parent 448f7cc69f
commit 104f94a707
18 changed files with 840 additions and 976 deletions

View File

@@ -5,9 +5,15 @@ authors = ["Simon Bernier St-Pierre <sbernierstpierre@gmail.com>"]
[dependencies]
byteorder = "0.5"
libc = "0.2"
failure = "0.1"
rand = "0.3"
reqwest = "0.8"
serde = "1.0"
serde_bencode = "0.2.0"
serde_derive = "1.0"
serde_bytes = "0.10"
sha1 = "0.2"
url = "1.2"
url = "1.6"
[dependencies.hyper]
version = "0.9"