lister: Add new rust crates lister
The Crates lister retrieves crates package for Rust lang. It basically fetches https://github.com/rust-lang/crates.io-index.git to a temp directory and then walks through each file to get the crate's info.
This commit is contained in:
parent
ff0035a60b
commit
fea6fc04aa
10 changed files with 357 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -58,6 +58,7 @@ setup(
|
|||
lister.bitbucket=swh.lister.bitbucket:register
|
||||
lister.cgit=swh.lister.cgit:register
|
||||
lister.cran=swh.lister.cran:register
|
||||
lister.crates=swh.lister.crates:register
|
||||
lister.debian=swh.lister.debian:register
|
||||
lister.gitea=swh.lister.gitea:register
|
||||
lister.github=swh.lister.github:register
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue