diff options
| author | jakka <jakkadoujin@gmail.com> | 2025-06-19 23:28:13 +0300 |
|---|---|---|
| committer | jakka <jakkadoujin@gmail.com> | 2025-06-19 23:28:13 +0300 |
| commit | 2ae34c91a739c4963b52c22027a16a2aa34a9561 (patch) | |
| tree | f4ae94f86dbe14fae06043358f326015fc488841 /Cargo.toml | |
| parent | 631a904769fb7859adfb7e0ca9fb1bb20f9c5c77 (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.toml | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -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"] } |
