Skip to content

Commit

Permalink
Merge pull request #27 from Nemo157/download-index-config
Browse files Browse the repository at this point in the history
Download index config if required
  • Loading branch information
Nemo157 committed Aug 16, 2024
2 parents ff0fc92 + a99c71b commit 58b4787
Show file tree
Hide file tree
Showing 3 changed files with 183 additions and 35 deletions.
171 changes: 144 additions & 27 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-dl"
version = "0.1.4"
version = "0.1.5"
edition = "2021"
description = "Cargo subcommand for downloading crate sources"
repository = "https://github.com/Nullus157/cargo-dl"
Expand All @@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0"
[dependencies]
anyhow = { version = "1.0.71", default-features = false, features = ["std"] }
clap = { version = "4.4.4", default-features = false, features = ["std", "derive", "color", "wrap_help", "error-context", "cargo", "suggestions", "usage"] }
crates-index = { version = "2.1.1", default-features = false, features = ["sparse"] }
crates-index = { version = "2.7.0", default-features = false, features = ["sparse"] }
culpa = { version = "1.0.1", default-features = false }
displaydoc = { version = "0.2.4", default-features = false }
flate2 = { version = "1.0.26", default-features = false, features = ["rust_backend"] }
Expand Down
Loading

0 comments on commit 58b4787

Please sign in to comment.