Skip to content

Commit

Permalink
Refactor: Create new crate binstalk-git-repo-api
Browse files Browse the repository at this point in the history
Signed-off-by: Jiahao XU <[email protected]>
  • Loading branch information
NobodyXu committed May 5, 2024
1 parent dfdaf69 commit c0bca8f
Show file tree
Hide file tree
Showing 17 changed files with 81 additions and 983 deletions.
20 changes: 18 additions & 2 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ members = [
"crates/fs-lock",
"crates/normalize-path",
"crates/detect-targets",
"crates/binstalk-git-repo-api",
]

[profile.release]
Expand Down
3 changes: 0 additions & 3 deletions crates/binstalk-downloader/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,7 @@ reqwest = { version = "0.12.4", features = [
"brotli",
"deflate",
], default-features = false }
percent-encoding = "2.2.0"
serde = { version = "1.0.163", features = ["derive"], optional = true }
serde-tuple-vec-map = "1.0.1"
serde_json = { version = "1.0.107", optional = true }
# Use a fork here since we need PAX support, but the upstream
# does not hav the PR merged yet.
Expand Down Expand Up @@ -127,7 +125,6 @@ zstd-thin = ["zstd/thin"]

cross-lang-fat-lto = ["zstd/fat-lto"]

gh-api-client = ["json"]
json = ["serde", "serde_json"]

[target."cfg(windows)".dependencies]
Expand Down
Loading

0 comments on commit c0bca8f

Please sign in to comment.