diff options
author | Vika <vika@fireburn.ru> | 2022-04-17 08:56:43 +0300 |
---|---|---|
committer | Vika <vika@fireburn.ru> | 2022-04-17 08:56:43 +0300 |
commit | e2bc26e907c10def259f52401804f7f6d00c498c (patch) | |
tree | 1dcf8001e4eb1e68745ef2e358af32a9a786c4c5 /.cargo/config.toml | |
parent | d65a7b6ce9ed74b5dad8c848cdeb49c7635f4062 (diff) | |
download | kittybox-e2bc26e907c10def259f52401804f7f6d00c498c.tar.zst |
added tokio-console instrumentation support
Diffstat (limited to '.cargo/config.toml')
-rw-r--r-- | .cargo/config.toml | 2 |
1 files changed, 2 insertions, 0 deletions
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"] |