Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for downloading every crate listed in Cargo.lock #6

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

marshallpierce
Copy link

Depends on #5.

  • Support downloading multiple versions of the same crate
  • Also fix downloading the top n crates from crates.io: user-agent is now mandatory

I got openssl and libgit2 issues at build time, so I updated things as relevant.

- Switch to anyhow (failure's suggested replacement)
- Update reqwest
  - Sprinkle a bit of async/await as reqwest now uses async fn's
- make_top is now an example so it can be built at the same time to avoid going stale
  - update reg-index
  - I couldn't test that this worked since it wasn't clear what kind of index make_top needs to run against
- `cargo fmt` applied
- `cargo clippy` is appeased
- Support downloading multiple versions of the same crate
- Also fix downloading the top n crates from crates.io: user-agent is now mandatory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant