summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2024-05-31 15:12:23 +0200
committerYuval Adam <_@yuv.al>2024-05-31 15:12:23 +0200
commit948c1f212cab5d56e82e47fd8ff10f20ecbf847f (patch)
treeab51c037c623c64422f4de2fd0a99120770c8ca0 /Cargo.toml
parent4a4c5b9174cf0182d4eb755f5d97ca432e5960ca (diff)
Initial attempt doesn't work
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
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"