2个版本
0.2.2 | 2021年5月14日 |
---|---|
0.2.1 | 2021年5月13日 |
#1164 在 HTTP服务器
51KB
904 行
TouHou.FM广播 - 播放列表
处理TouHou.FM广播项目播放列表的微服务。此微服务负责维护要播放的歌曲列表,它将从提供者请求歌曲并供应给播放器。
此服务存在是为了将播放列表功能与播放分离。如果播放器因错误而失败,播放列表仍会记住要播放的歌曲。
依赖项
- thfmr-protocol
- thfmr-util
- futures
- tokio
- log
- env_logger
- thiserror
- warp
- async-graphql
- async-graphql-warp
- structopt
构建
直接使用
cargo build
用法
thfmr-playlist args...
使用 thfmr-playlist --help
获取更多信息。
依赖项
~23–37MB
~651K SLoC