Skip to content

Commit 1cea097

Browse files
committed
Make commands faster by async and multi-thread
1 parent ccb248f commit 1cea097

File tree

4 files changed

+873
-9
lines changed

4 files changed

+873
-9
lines changed

Cargo.lock

Lines changed: 206 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@ chrono = "0.4"
2929
dialoguer = { version = "0.11", features = ["fuzzy-select"] }
3030
fuzzy-matcher = "0.3"
3131
atty = "0.2"
32-
indicatif = "0.17"
32+
indicatif = "0.18"
33+
tokio = { version = "1.40", features = ["rt-multi-thread", "process", "macros"] }
34+
futures = "0.3"
35+
rayon = "1.8"
3336

3437
[dev-dependencies]
3538
assert_cmd = "2.0"

0 commit comments

Comments
 (0)