Skip to content

Commit

Permalink
GH-55 # Add download of tranco top 1M
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo-C committed Apr 1, 2024
1 parent e634455 commit 8060781
Show file tree
Hide file tree
Showing 3 changed files with 251 additions and 21 deletions.
241 changes: 226 additions & 15 deletions Cargo.lock

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

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ redis = "0.25"
log = "0.4"
env_logger = "0.11"
async-std = { version = "1.12", features = ["attributes", "tokio1"] }
reqwest = { version = "0.12.2", features = ["stream"] }
tempfile = "3.10.1"

[dependencies.rocket_db_pools]
version = "0.1.0"
Expand Down
Loading

0 comments on commit 8060781

Please sign in to comment.