mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 22:30:03 +00:00
Refactor to reduce compilation time (#1284)
- Make `binstalk::bins` private. - Move mod `signal` into `crates/bin` - Make items in `crates/bin/src/lib.rs` private if possible to reduce its API generation time. Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
fbed317df5
commit
2375ba48b6
8 changed files with 45 additions and 45 deletions
|
@ -39,7 +39,7 @@ strum = "0.25.0"
|
|||
strum_macros = "0.25.0"
|
||||
supports-color = "2.0.0"
|
||||
tempfile = "3.5.0"
|
||||
tokio = { version = "1.28.2", features = ["rt-multi-thread"], default-features = false }
|
||||
tokio = { version = "1.28.2", features = ["rt-multi-thread", "signal"], default-features = false }
|
||||
tracing-core = "0.1.31"
|
||||
tracing = { version = "0.1.37", default-features = false }
|
||||
tracing-log = { version = "0.1.3", default-features = false }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue