Skip to content

Commit 0bfcfbc

Browse files
author
honnip
committed
feat: rayon
1 parent 394a5df commit 0bfcfbc

File tree

3 files changed

+286
-38
lines changed

3 files changed

+286
-38
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ strip = true
1414
codegen-units = 1
1515

1616
[dependencies]
17-
libtos = { git = "https://github.com/honnip/libtos", rev = "8a206762" }
17+
libtos = { path = "../libtos" }
1818
clap = { version = "4", features = ["derive"] }
1919
globset = "0.4"
2020
sanitize-filename = "0.4"
2121
anyhow = "1"
2222
indicatif = { version = "0.17", features = ["improved_unicode"] }
23+
rayon = "1.6"

0 commit comments

Comments
 (0)