From 0f111dc8f998b7882776009b42f2b08cbee4b7f5 Mon Sep 17 00:00:00 2001 From: jakka Date: Wed, 11 Jun 2025 22:07:55 +0300 Subject: cleaned flac code. started writing db logic --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Cargo.toml') 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"] } -- cgit v1.3.1