move trimmed strings to tengri

This commit is contained in:
🪞👃🪞 2025-03-18 01:19:10 +02:00
parent c67d3c8803
commit 6e0bf1e4b6
7 changed files with 135 additions and 200 deletions

View file

@ -1,11 +1,11 @@
[package]
name = "taggart"
name = "taggart"
version = "0.1.0"
edition = "2024"
[dependencies.tengri]
git = "https://codeberg.org/unspeaker/tengri"
rev = "10a2d17"
rev = "96ff10c"
[dependencies]
clap = { version = "4.5.4", features = [ "cargo" ] }
@ -19,7 +19,6 @@ 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"] }