From e2bc26e907c10def259f52401804f7f6d00c498c Mon Sep 17 00:00:00 2001 From: Vika Date: Sun, 17 Apr 2022 08:56:43 +0300 Subject: added tokio-console instrumentation support --- .cargo/config.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .cargo/config.toml (limited to '.cargo/config.toml') diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100644 index 0000000..bff29e6 --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,2 @@ +[build] +rustflags = ["--cfg", "tokio_unstable"] -- cgit 1.4.1