Skip to content

Commit

Permalink
feat: threadpool
Browse files Browse the repository at this point in the history
  • Loading branch information
rsuu committed Feb 11, 2023
1 parent 412c1b3 commit d84c43d
Show file tree
Hide file tree
Showing 8 changed files with 248 additions and 87 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "rmg"
edition = "2021"
version = "0.5.1"
build = "build.rs"
#build = "build.rs"
authors = ["RSUU <[email protected]>"]
description = "Rust: Tiny And Fast Manga/Image Viewer"
homepage = "https://crates.io/crates/rmg"
Expand Down Expand Up @@ -42,6 +42,7 @@ infer = "0.12.0" # filetype
lexopt = "0.3.0" # cli
walkdir = "2.3.2" # fs
log = "0.4.17"
num_cpus = "1.15.0"


[dependencies.env_logger]
Expand Down
Loading

0 comments on commit d84c43d

Please sign in to comment.