Only import tokio sync feature

This commit is contained in:
Tobie Morgan Hitchcock 2022-05-05 12:20:45 +01:00
parent 683039e08f
commit 041f220727

View file

@ -45,7 +45,7 @@ sha2 = "0.10.2"
slug = "0.1.4"
thiserror = "1.0.30"
tikv = { version = "0.1.0", package = "tikv-client", optional = true }
tokio = { version = "1.17.0", features = ["rt-multi-thread"], optional = true }
tokio = { version = "1.17.0", features = ["sync"], optional = true }
url = "2.2.2"
utf-8 = "0.7.6"
uuid = { version = "0.8.2", features = ["serde", "v4"] }