summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorjakka <jakkadoujin@gmail.com>2025-06-21 21:16:31 +0300
committerjakka <jakkadoujin@gmail.com>2025-06-21 21:16:31 +0300
commit28c2886e6ec048054dec0a4ba092ed68d8f21b28 (patch)
tree5973ead70669311d8d11da868b4443fc37f71cc6 /Cargo.toml
parent341add84dcb7bff9d3b2597d83f9163038cc0a92 (diff)
moved vacuum function to its mod
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 5 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5481e8c..44cac70 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,7 +19,11 @@ 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"