Skip to content

Commit

Permalink
disable unused tokio features
Browse files Browse the repository at this point in the history
  • Loading branch information
morphy2k committed Aug 18, 2021
1 parent bdfe644 commit db254d1
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 76 deletions.
91 changes: 16 additions & 75 deletions Cargo.lock

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

9 changes: 8 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,14 @@ license = "MIT"

[dependencies]
jemallocator = "0.3"
tokio = { version = "1", features = ["full"] }
tokio = { version = "1", features = [
"rt-multi-thread",
"fs",
"sync",
"signal",
"macros",
"time",
] }
reqwest = { version = "0.11", features = ["json"] }
serde = { version = "1.0", features = ["derive"] }
futures = { version = "0.3", default-features = false, features = ["std"] }
Expand Down

0 comments on commit db254d1

Please sign in to comment.