Skip to content

Commit

Permalink
source: support homebrew and crates.io (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
skyzh authored Dec 12, 2020
1 parent 276e135 commit 652999b
Show file tree
Hide file tree
Showing 8 changed files with 251 additions and 130 deletions.
172 changes: 53 additions & 119 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2018"

[dependencies]
tokio = { version = "0.2", features = ["full"] }
reqwest = { version = "0.10", features = ["rustls-tls", "stream"] }
reqwest = { version = "0.10", features = ["stream"] }
futures-util = "0.3"
flate2 = "1.0"
tar = "0.4"
Expand All @@ -34,3 +34,4 @@ serde = { version = "1.0", features = ["derive"] }
async-trait = "0.1"
console = "0.13"
chrono = "0.4"
zip = "0.5"
Loading

0 comments on commit 652999b

Please sign in to comment.