Reduce compile time on tokio

This commit is contained in:
aeon 2022-11-25 00:21:41 +08:00
parent 4fad8ef09b
commit abdf2f5343
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ futures = "0.3.25"
[dev-dependencies]
serde_json = "1.0.89"
futures = "0.3.25"
tokio = { version = "1.22.0", features = ["full"] }
tokio = { version = "1.22.0", features = ["rt-multi-thread", "macros"] }
rand = "0.8.5"
[build-dependencies]