make tokio_console default
This commit is contained in:
parent
e4598cd3d3
commit
887a1b1db9
3
.cargo/config.toml
Normal file
3
.cargo/config.toml
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
[build]
|
||||||
|
rustflags = [ "--cfg", "tokio_unstable" ]
|
||||||
|
|
@ -20,6 +20,6 @@ time = { version = "0.3.20", features = ["local-offset", "macros"] }
|
|||||||
once_cell = "1.17.1"
|
once_cell = "1.17.1"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["debug_server"]
|
default = ["debug_server", "tokio_console"]
|
||||||
debug_server = ["dep:hyper"]
|
debug_server = ["dep:hyper"]
|
||||||
tokio_console = ["dep:console-subscriber"]
|
tokio_console = ["dep:console-subscriber"]
|
||||||
|
Loading…
Reference in New Issue
Block a user