From 743b87fc7aea1aa90cfacee17cdac8ca818c5661 Mon Sep 17 00:00:00 2001 From: jakka Date: Thu, 12 Jun 2025 21:48:22 +0300 Subject: continued writing db logic. added files indexing --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 2145830..cc8e538 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,5 +14,5 @@ libsql = { version = "0.9.10", default-features = false, features = ["core", "sy md-5 = "0.10.6" metaflac = "0.2.8" symphonia = { version = "0.5.4", path = "../Symphonia/symphonia", default-features = false, features = ["flac"] } -tokio = { version = "1.45.1", features = ["macros", "rt-multi-thread"] } +tokio = { version = "1.45.1", features = ["macros", "rt", "rt-multi-thread"] } #symphonia = { git = "https://github.com/pdeljanov/Symphonia.git", branch = "dev-0.6", default-features = false, features = ["flac"] } -- cgit v1.3.1