From 28c2886e6ec048054dec0a4ba092ed68d8f21b28 Mon Sep 17 00:00:00 2001 From: jakka Date: Sat, 21 Jun 2025 21:16:31 +0300 Subject: moved vacuum function to its mod --- Cargo.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') 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" -- cgit v1.3.1