From 2ae34c91a739c4963b52c22027a16a2aa34a9561 Mon Sep 17 00:00:00 2001 From: jakka Date: Thu, 19 Jun 2025 23:28:13 +0300 Subject: added file checking when opening db from file. added colors to cleaning information and total indexed files. higher fps for progress bars --- Cargo.toml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 617c6fb..5481e8c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,11 +19,7 @@ flac-bound = { version = "0.5.0", features = [ ], default-features = false } futures-util = "0.3.31" i24 = "2.1.0" -indicatif = { version = "0.17.11", features = [ - "tokio", - "improved_unicode", - "futures", -] } +indicatif = { version = "0.17.11", features = ["tokio", "improved_unicode", "futures"] } libsql = { version = "0.9.11" } md-5 = "0.10.6" metaflac = "0.2.8" @@ -39,3 +35,4 @@ walkdir = "2.5.0" symphonia = { git = "https://github.com/sscobici/Symphonia.git", rev = "2213f274c3e7231fbd7b08aa9347049852915b29", default-features = false, features = [ "flac", ] } +console = { version = "0.15.11", features = ["windows-console-colors"] } -- cgit v1.3.1