From 898e10f040996d845885d714d80e67a573b1319c Mon Sep 17 00:00:00 2001 From: erik Date: Mon, 28 Jun 2021 13:45:36 +0000 Subject: [PATCH] Add sync feautre to tokio --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 765daa1..35f3296 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ warp = { version = "^0.3", default-features = false, features = ["compression", structopt = { version = "^0.3", features = ["wrap_help"] } toml = "^0.5" serde = { version = "^1.0", features = ["derive"] } -tokio = { version = "^1.0", features = ["rt-multi-thread", "macros", ] } +tokio = { version = "^1.0", features = ["rt-multi-thread", "macros", "sync"] } [features] default = ["sqlite"]