summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorjakka <jakkadoujin@gmail.com>2025-06-11 22:07:55 +0300
committerjakka <jakkadoujin@gmail.com>2025-06-11 22:07:55 +0300
commit0f111dc8f998b7882776009b42f2b08cbee4b7f5 (patch)
tree607b6294abfb03975b4c0df6ea33354cbca3f5bf /Cargo.toml
parent6de78f23f658f92ffa2c4be70aa0eb71fed89bcd (diff)
cleaned flac code. started writing db logic
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index cdef9ba..2145830 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,9 +6,13 @@ repository = "https://github.com/justjakka/reencoder/"
[dependencies]
anyhow = "1.0.98"
+directories = "6.0.0"
flac-bound = { version = "0.5.0", features = ["libflac-noogg"], default-features = false }
+futures-util = "0.3.31"
i24 = "2.1.0"
+libsql = { version = "0.9.10", default-features = false, features = ["core", "sync"] }
md-5 = "0.10.6"
metaflac = "0.2.8"
symphonia = { version = "0.5.4", path = "../Symphonia/symphonia", default-features = false, features = ["flac"] }
+tokio = { version = "1.45.1", features = ["macros", "rt-multi-thread"] }
#symphonia = { git = "https://github.com/pdeljanov/Symphonia.git", branch = "dev-0.6", default-features = false, features = ["flac"] }