diff options
| author | jakka <jakkadoujin@gmail.com> | 2025-06-21 21:16:31 +0300 |
|---|---|---|
| committer | jakka <jakkadoujin@gmail.com> | 2025-06-21 21:16:31 +0300 |
| commit | 28c2886e6ec048054dec0a4ba092ed68d8f21b28 (patch) | |
| tree | 5973ead70669311d8d11da868b4443fc37f71cc6 /Cargo.toml | |
| parent | 341add84dcb7bff9d3b2597d83f9163038cc0a92 (diff) | |
moved vacuum function to its mod
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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" |
