make the repl tool work with the tokio console

https://github.com/tokio-rs/console/tree/main

this can help with debugging async stuff.
This commit is contained in:
Simon Laux
2023-05-22 21:02:30 +02:00
parent c68a2e3820
commit 482abe154e
11 changed files with 284 additions and 123 deletions

View File

@@ -9,3 +9,6 @@
# invoking `cargo test` threads are allowed to have a large enough
# stack size without needing to use an optimised build.
RUST_MIN_STACK = "8388608"
[build]
rustflags = ["--cfg", "tokio_unstable"]