mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 14:28:42 +00:00
Refactor: Extract cargo_toml_workspace
as a new crate (#1287)
To reduce codegen time of `binstalk` and also enable others to reuse this crate. Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
c57356e870
commit
8ff13c1b36
19 changed files with 290 additions and 47 deletions
17
Cargo.lock
generated
17
Cargo.lock
generated
|
@ -238,12 +238,11 @@ dependencies = [
|
|||
"base16",
|
||||
"binstalk-downloader",
|
||||
"binstalk-types",
|
||||
"cargo_toml",
|
||||
"cargo-toml-workspace",
|
||||
"command-group",
|
||||
"compact_str",
|
||||
"detect-targets",
|
||||
"either",
|
||||
"glob",
|
||||
"home",
|
||||
"itertools",
|
||||
"jobslot",
|
||||
|
@ -488,6 +487,20 @@ dependencies = [
|
|||
"vergen",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "cargo-toml-workspace"
|
||||
version = "0.0.0"
|
||||
dependencies = [
|
||||
"binstalk-types",
|
||||
"cargo_toml",
|
||||
"compact_str",
|
||||
"glob",
|
||||
"normalize-path",
|
||||
"tempfile",
|
||||
"thiserror",
|
||||
"tracing",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "cargo_toml"
|
||||
version = "0.15.3"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue