From 8de704b936960ec78e55c09b9bc3705aa8298596 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Thu, 3 Dec 2020 08:16:12 +0100 Subject: Dependency: tokio: Enable only features we need Signed-off-by: Matthias Beyer --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 1babec6..2b8e3a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ syntect = "4.4" thiserror = "1" url = { version = "2", features = ["serde"] } -tokio = { version = "0.2", features = ["full"] } +tokio = { version = "0.2", features = ["macros", "fs"] } shiplift = { git = "https://github.com/softprops/shiplift", branch = "master" } -- cgit v1.2.3