indexer: Add support for indexing RPM repositories

This code hasn't been thoroughly tested, I'll see how things go when
indexing a live repo.

And XML parsing sucks in every language.
This commit is contained in:
Yorhel 2017-01-17 17:03:31 +01:00
parent f77db5f541
commit 608f79eb93
4 changed files with 200 additions and 0 deletions

View file

@ -17,3 +17,4 @@ clap = "2.20.0"
hyper = { version = "0.10.0", default-features = false }
url = "1.2.3"
chrono = "0.2.25"
quick-xml = "0.5.0"