From d77e12f2f67f32016fef9b1e1d6c79903de244d6 Mon Sep 17 00:00:00 2001 From: doryan Date: Fri, 19 Jul 2024 23:27:23 +0400 Subject: [PATCH] refactor(Cargo.toml): add 'time' feature --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d4a05dc..e3fc82e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,4 +9,5 @@ edition = "2021" adw = { version = "0.6.0", package = "libadwaita", features = ["v1_4"] } bitvec = "1.0.1" gtk4 = "0.8.1" -tokio = { version = "1.0.0", features = ["rt", "rt-multi-thread", "macros"] } +tokio = { version = "1.0.0", features = ["rt", "time", "rt-multi-thread", "macros"] } +