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:
parent
f77db5f541
commit
608f79eb93
4 changed files with 200 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue