wip: properly trimmed text, add some libs

This commit is contained in:
🪞👃🪞 2025-03-16 21:13:24 +02:00
parent fc24c80521
commit f0dc66a3e8
6 changed files with 569 additions and 91 deletions

View file

@ -6,18 +6,20 @@ edition = "2024"
[dependencies]
tengri = { git = "https://codeberg.org/unspeaker/tengri", rev = "877b344765" }
clap = { version = "4.5.4", features = [ "cargo" ] }
enolib = { git = "https://codeberg.org/simonrepp/enolib-rs", tag = "0.5.0" }
file_type = "0.7"
hex = "0.4"
id3 = "1.16"
lofty = "0.22.2"
opener = "0.7"
opus_headers = "0.1.2"
pad = "0.1"
unicode-width = "0.2"
walkdir = "2"
xxhash-rust = { version = "0.8.5", features = ["xxh3"] }
clap = { version = "4.5.4", features = [ "cargo" ] }
enolib = { git = "https://codeberg.org/simonrepp/enolib-rs", tag = "0.5.0" }
byte-unit = "5.1.6"
file_type = "0.7"
hex = "0.4"
id3 = "1.16"
lofty = "0.22.2"
opener = "0.7"
opus_headers = "0.1.2"
pad = "0.1"
rusty-chromaprint = "0.3.0"
unicode-width = "0.2"
walkdir = "2"
xxhash-rust = { version = "0.8.5", features = ["xxh3"] }
#base64 = "0.22"
#moku = "0.2"