diff options
| author | jakka <jakkadoujin@gmail.com> | 2025-06-19 15:34:40 +0300 |
|---|---|---|
| committer | jakka <jakkadoujin@gmail.com> | 2025-06-19 15:34:40 +0300 |
| commit | e2d117e6ca1addeeb0dcdb11e5cf357f9fae1989 (patch) | |
| tree | 174edfd557819edeeea3334edecc57cc6be64374 /Cargo.toml | |
| parent | 1fea9b682b6ed08b17495374a8ede21b51101faa (diff) | |
added progress barsv0.1.1
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -1,6 +1,6 @@ [package] name = "flac-reencoder" -version = "0.1.0" +version = "0.1.1" edition = "2024" repository = "https://github.com/justjakka/reencoder/" license = "BSD-3-Clause" @@ -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.10", features = ["core", "sync"] } md-5 = "0.10.6" metaflac = "0.2.8" |
