refactored client API (query builder)
use VecLogError for player streams
This commit is contained in:
parent
dda2211e04
commit
b52fd7349b
11 changed files with 277 additions and 177 deletions
|
|
@ -6,7 +6,7 @@ edition = "2021"
|
|||
[dependencies]
|
||||
rustypipe = {path = "../", default_features = false, features = ["rustls-tls-native-roots"]}
|
||||
reqwest = {version = "0.11.11", default_features = false}
|
||||
tokio = {version = "1.20.0", features = ["rt-multi-thread"]}
|
||||
tokio = {version = "1.20.0", features = ["macros", "rt-multi-thread"]}
|
||||
indicatif = "0.17.0"
|
||||
futures = "0.3.21"
|
||||
anyhow = "1.0"
|
||||
|
|
|
|||
Reference in a new issue