summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
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"] }