feat: stream currently playing + volume + toggle pause + seek position
This commit is contained in:
@@ -18,6 +18,7 @@ rusqlite = { version = "0.32.1", features = ["bundled"] }
|
||||
sha2 = "0.10.8"
|
||||
symphonia = { version = "0.5.4", features = ["mp3"] }
|
||||
tokio = { version = "1.41.1", features = ["full"] }
|
||||
tokio-stream = "0.1.16"
|
||||
tonic = "0.12.3"
|
||||
tonic-web = "0.12.3"
|
||||
tower-http = { version = "0.6.2", features = ["cors", "fs"] }
|
||||
|
||||
Reference in New Issue
Block a user