From bfb0e2bc48834711db55bedbbf20af58cab876fb Mon Sep 17 00:00:00 2001
From: Pavel Kirilin <win10@list.ru>
Date: Mon, 28 Feb 2022 23:20:44 +0400
Subject: [PATCH] Updated tokio features. (#49)

Signed-off-by: Pavel Kirilin <win10@list.ru>
---
 Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml
index 0a616dc..b4c2507 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -82,7 +82,7 @@ features = ["derive"]
 version = "0.23"
 
 [dependencies.tokio]
-features = ["time", "process"]
+features = ["time", "process", "fs"]
 version = "1.4.0"
 
 [dependencies.tokio-amqp]
-- 
GitLab