Refactor errors
Some checks failed
CI / Typos (push) Successful in 28s
CI / Clippy (push) Failing after 1m21s
CI / Build and test (all features) (push) Successful in 4m18s
CI / Build and test (push) Successful in 6m10s

This commit is contained in:
2026-03-12 23:04:59 -07:00
parent 15e56d895c
commit 95a547045d
17 changed files with 192 additions and 161 deletions

View File

@@ -11,6 +11,7 @@ workspace = true
pile-config = { workspace = true }
pile-flac = { workspace = true }
anyhow = { workspace = true }
serde_json = { workspace = true }
walkdir = { workspace = true }
tracing = { workspace = true }