mirror of
https://github.com/chatmail/core.git
synced 2026-05-06 16:36:59 +03:00
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:
@@ -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"]
|
||||
Reference in New Issue
Block a user