summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorjakka <jakkadoujin@gmail.com>2025-06-19 15:34:40 +0300
committerjakka <jakkadoujin@gmail.com>2025-06-19 15:34:40 +0300
commite2d117e6ca1addeeb0dcdb11e5cf357f9fae1989 (patch)
tree174edfd557819edeeea3334edecc57cc6be64374 /Cargo.toml
parent1fea9b682b6ed08b17495374a8ede21b51101faa (diff)
added progress barsv0.1.1
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 6 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 113ee1a..da428e8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"