modified: Cargo.lock

modified:   Cargo.toml
This commit is contained in:
Michael Wain 2025-02-09 18:05:15 +03:00
parent 26d2b2c325
commit 8edaec6b7a
2 changed files with 1230 additions and 2 deletions

1228
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -12,4 +12,6 @@ ratatui = { version = "0.29.0", features = ["all-widgets"] }
color-eyre = "0.6.3"
crossterm = "0.28.1"
tokio = { version = "1", features = ["full"] }
tokio-util = { version = "0.7.12", features = ["codec"] }
tokio-util = { version = "0.7.12", features = ["codec"] }
soundcloud = { git = "https://gitea.awain.net/alterwain/soundcloud_api.git" }
itunesdb = { git = "https://gitea.awain.net/alterwain/ITunesDB.git" }