refactor: replace all rust Result with anyhow::Result (#103)

This commit is contained in:
Tarasov Aleksandr
2026-05-15 19:32:26 +03:00
committed by GitHub
parent 9b70bcd69d
commit dc1ecc81ea
12 changed files with 72 additions and 72 deletions
+1
View File
@@ -28,6 +28,7 @@ clap = { version = "4.6.1", default-features = false, features = [
] }
dirs = "6.0.0"
itertools = "0.14.0"
anyhow = "1.0.102"
rodio = { git = "https://github.com/arabianq/rodio.git", rev = "1a08f281c352622bd82b87b8731585245802d9cf", default-features = false, features = [
"symphonia-all",