feat: implement basic music player and grpc server
This commit is contained in:
parent
ad61cf68c6
commit
7382b06bdf
10 changed files with 336 additions and 61 deletions
|
|
@ -5,9 +5,11 @@ edition = "2021"
|
|||
|
||||
[dependencies]
|
||||
clap = { version = "4.5.4", features = ["derive"] }
|
||||
futures = "0.3.30"
|
||||
ignore = "0.4.22"
|
||||
lazy_static = "1.4.0"
|
||||
prost = "0.12.4"
|
||||
rodio = "0.17.3"
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
tonic = "0.11.0"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue