Skip to content

Commit

Permalink
Only turn on tokio features that are used by this crate (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
carols10cents committed Nov 19, 2021
1 parent 0a89c89 commit ed553ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -12,7 +12,7 @@ license = "Apache-2.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
tokio = { version = "1.5.0", features = ["full"] }
tokio = { version = "1.5.0", features = ["macros", "rt-multi-thread", "sync", "time"] }
futures = "0.3.14"
thiserror = "1.0"

Expand Down

0 comments on commit ed553ee

Please sign in to comment.