mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 14:28:42 +00:00
Refactor: Extract new crate binstalk-registry
(#1289)
To speedup codegen of `binstalk` and enable it to be reused. Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
6c801a97ae
commit
623f7ff4ed
20 changed files with 373 additions and 127 deletions
33
Cargo.lock
generated
33
Cargo.lock
generated
|
@ -246,8 +246,8 @@ version = "0.15.0"
|
|||
dependencies = [
|
||||
"async-trait",
|
||||
"atomic-file-install",
|
||||
"base16",
|
||||
"binstalk-downloader",
|
||||
"binstalk-registry",
|
||||
"binstalk-types",
|
||||
"cargo-toml-workspace",
|
||||
"command-group",
|
||||
|
@ -264,18 +264,13 @@ dependencies = [
|
|||
"normalize-path",
|
||||
"once_cell",
|
||||
"semver",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"sha2",
|
||||
"strum",
|
||||
"target-lexicon",
|
||||
"tempfile",
|
||||
"thiserror",
|
||||
"tokio",
|
||||
"toml_edit",
|
||||
"tracing",
|
||||
"url",
|
||||
"xz2",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -335,6 +330,32 @@ dependencies = [
|
|||
"url",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "binstalk-registry"
|
||||
version = "0.0.0"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"base16",
|
||||
"binstalk-downloader",
|
||||
"binstalk-types",
|
||||
"cargo-toml-workspace",
|
||||
"compact_str",
|
||||
"leon",
|
||||
"miette",
|
||||
"normalize-path",
|
||||
"once_cell",
|
||||
"semver",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"sha2",
|
||||
"tempfile",
|
||||
"thiserror",
|
||||
"tokio",
|
||||
"toml_edit",
|
||||
"tracing",
|
||||
"url",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "binstalk-types"
|
||||
version = "0.5.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue