Integrate with tokio console

This commit is contained in:
Igor Katson 2021-12-18 13:39:42 +00:00
parent 99c5830b97
commit e10da1c7dd
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
4 changed files with 466 additions and 123 deletions

2
.cargo/config Normal file
View file

@ -0,0 +1,2 @@
[build]
rustflags = ["--cfg", "tokio_unstable"]