Indexer: Support HTTP fetching + misc improvements

This commit is contained in:
Yorhel 2016-11-06 09:21:53 +01:00
parent aff68205b0
commit 35fab522d6
4 changed files with 345 additions and 24 deletions

View file

@ -14,3 +14,4 @@ encoding = { git = "https://github.com/lifthrasiir/rust-encoding", features = ["
ring = "0.5.3"
postgres = "0.12.0"
clap = "2.16.3"
hyper = "0.9.11"