Skip to content

Commit

Permalink
ダウンローダーにリポジトリ指定機能をつける (#641)
Browse files Browse the repository at this point in the history
  • Loading branch information
qryxip authored Oct 13, 2023
1 parent 76ce1fe commit 9af99c4
Show file tree
Hide file tree
Showing 4 changed files with 132 additions and 38 deletions.
122 changes: 98 additions & 24 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
Expand Up @@ -16,8 +16,8 @@ clap = { version = "4.0.10", features = ["derive"] }
easy-ext = "1.0.1"
fs-err = { version = "2.9.0", features = ["tokio"] }
itertools = "0.10.5"
once_cell = "1.15.0"
regex = "1.6.0"
once_cell = "1.18.0"
regex = "1.10.0"
serde = { version = "1.0.145", features = ["derive"] }
serde_json = { version = "1.0.85", features = ["preserve_order"] }
strum = { version = "0.24.1", features = ["derive"] }
Expand Down
1 change: 1 addition & 0 deletions crates/download/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ indicatif = "0.17.3"
itertools.workspace = true
octocrab = { version = "0.19.0", default-features = false, features = ["rustls-tls", "stream"] }
once_cell.workspace = true
parse-display = "0.8.2"
platforms = "3.0.2"
rayon = "1.6.1"
reqwest = { version = "0.11.13", default-features = false, features = ["rustls-tls", "stream"] }
Expand Down
Loading

0 comments on commit 9af99c4

Please sign in to comment.