From f3d98b21d0b66952501aed5403df6773716f9e0b Mon Sep 17 00:00:00 2001 From: Namilskyy Date: Sat, 29 Nov 2025 16:08:17 +0300 Subject: Connected some functions to main.rs. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 6173d2d..63d73e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,9 +16,9 @@ log = "0.4.28" sqlite = "0.37.0" tar = "0.4.44" emissary-core = "0.2.0" -tokio = "1.48.0" yosemite = "0.6.1" cc = "1.2.48" +tokio = { version = "1.48.0", features = ["macros", "rt"] } -- cgit v1.2.3