diff options
| author | Yuval Adam <_@yuv.al> | 2024-05-31 15:12:23 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2024-05-31 15:12:23 +0200 |
| commit | 948c1f212cab5d56e82e47fd8ff10f20ecbf847f (patch) | |
| tree | ab51c037c623c64422f4de2fd0a99120770c8ca0 /Cargo.toml | |
| parent | 4a4c5b9174cf0182d4eb755f5d97ca432e5960ca (diff) | |
Initial attempt doesn't work
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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" |
