From 948c1f212cab5d56e82e47fd8ff10f20ecbf847f Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Fri, 31 May 2024 15:12:23 +0200 Subject: Initial attempt doesn't work --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 8cc3ab2..9a70353 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,9 @@ repository = "https://github.com/yuvadm/somafm.rs" [dependencies] inquire = "0.7.5" reqwest = { version = "0.12.4", features = ["blocking"] } +rodio = { version = "0.18.1", features = ["symphonia", "symphonia-mp3"] } serde = { version = "1.0.203", features = ["derive"] } serde_json = "1.0.117" spinners = "4.1.1" +stream-download = "0.5.2" +tokio = "1.38.0" -- cgit v1.3.1