diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100644 index 0000000..d098a21 --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,3 @@ +[build] +rustflags = [ "--cfg", "tokio_unstable" ] + diff --git a/Cargo.toml b/Cargo.toml index f6b7884..71429e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,6 +20,6 @@ time = { version = "0.3.20", features = ["local-offset", "macros"] } once_cell = "1.17.1" [features] -default = ["debug_server"] +default = ["debug_server", "tokio_console"] debug_server = ["dep:hyper"] tokio_console = ["dep:console-subscriber"]