Skip to content

Commit ed553ee

Browse files
Only turn on tokio features that are used by this crate (#10)
1 parent 0a89c89 commit ed553ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ license = "Apache-2.0"
1212
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1313

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

0 commit comments

Comments
 (0)