Make tokio-console feature flag actually work
This commit is contained in:
parent
6182d94ce4
commit
edba359400
5 changed files with 16 additions and 5 deletions
|
|
@ -14,7 +14,7 @@ readme = "README.md"
|
|||
[features]
|
||||
default = ["default-tls", "postgres", "webui"]
|
||||
openssl-vendored = ["openssl/vendored"]
|
||||
tokio-console = ["console-subscriber", "tokio/tracing"]
|
||||
tokio-console = ["librqbit/tokio-console"]
|
||||
webui = ["librqbit/webui"]
|
||||
timed_existence = ["librqbit/timed_existence"]
|
||||
default-tls = ["librqbit/default-tls"]
|
||||
|
|
@ -27,7 +27,7 @@ librqbit = { version = "7.0.0", path = "../librqbit", default-features = false,
|
|||
"http-api",
|
||||
"tracing-subscriber-utils",
|
||||
"upnp-serve-adapter",
|
||||
]}
|
||||
] }
|
||||
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
|
||||
console-subscriber = { version = "0.4", optional = true }
|
||||
anyhow = "1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue