summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorjakka <jakkadoujin@gmail.com>2025-06-12 21:48:22 +0300
committerjakka <jakkadoujin@gmail.com>2025-06-12 21:48:22 +0300
commit743b87fc7aea1aa90cfacee17cdac8ca818c5661 (patch)
tree0b1edf14b68a242a964b6a6704fb55c53c66dc4e /Cargo.toml
parent382e526f76ada0ca58f560a1217cb9a597ba3945 (diff)
continued writing db logic. added files indexing
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"] }