mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-05-08 13:10:03 +00:00
Refactor: Extract new crate binstalk-bins
(#1294)
To reduce `binstalk` codegen and enable reuse of it. Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
76c72469eb
commit
0c5a65fb35
14 changed files with 114 additions and 87 deletions
|
@ -196,6 +196,7 @@ pub fn logging(log_level: LevelFilter, json_output: bool) {
|
|||
let allowed_targets = (log_level != LevelFilter::Trace).then_some([
|
||||
"atomic_file_install",
|
||||
"binstalk",
|
||||
"binstalk_bins",
|
||||
"binstalk_downloader",
|
||||
"binstalk_fetchers",
|
||||
"binstalk_registry",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue