Skip to content

Commit

Permalink
chore: enable tokio features
Browse files Browse the repository at this point in the history
  • Loading branch information
luhc228 committed Jun 5, 2024
1 parent 72910a2 commit 7715f23
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 60 deletions.
59 changes: 0 additions & 59 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ regex = "1.10.4"
reqwest = { version = "0.12.4", features = ["json", "stream"] }
serde = { version = "1.0.200", features = ["derive"] }
serde_json = "1.0.116"
tokio = { version = "1.37.0", features = ["full"] }
tokio = { version = "1.37.0", features = ["rt", "rt-multi-thread", "macros", "fs"] }
walkdir = "2.5.0"
[target.'cfg(windows)'.dependencies]
winreg = "0.52.0"

0 comments on commit 7715f23

Please sign in to comment.