summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorjakka <jakkadoujin@gmail.com>2025-06-19 23:28:13 +0300
committerjakka <jakkadoujin@gmail.com>2025-06-19 23:28:13 +0300
commit2ae34c91a739c4963b52c22027a16a2aa34a9561 (patch)
treef4ae94f86dbe14fae06043358f326015fc488841 /Cargo.toml
parent631a904769fb7859adfb7e0ca9fb1bb20f9c5c77 (diff)
added file checking when opening db from file. added colors to cleaning information and total indexed files. higher fps for progress bars
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 2 insertions, 5 deletions
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"] }