Split up librqbit http_api and tracing_subscriber into separate features (#188)
* fix lints that were under features * Split up some features and fix desktop * fix github script * fix github script * fix github script * try caching check-desktop
This commit is contained in:
parent
33554159bf
commit
37ee8b70ba
12 changed files with 65 additions and 36 deletions
|
|
@ -16,7 +16,11 @@ tauri-build = { version = "1.5", features = [] }
|
|||
tauri = { version = "1.6.7", features = ["shell-open"] }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
librqbit = { path = "../../crates/librqbit", features = ["webui"] }
|
||||
librqbit = { path = "../../crates/librqbit", features = [
|
||||
"tracing-subscriber-utils",
|
||||
"http-api",
|
||||
"webui",
|
||||
] }
|
||||
tokio = { version = "1.34.0", features = ["rt-multi-thread"] }
|
||||
anyhow = "1.0.75"
|
||||
base64 = "0.21.5"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue