Draft: Enable tokio-console plugin inside Fractal.

Open Mario Gonzalez requested to merge gonzalemario/fractal:issue-1018-tokio-console into main

Because the project utilizes tokio for various components, it's a good idea to enable tokio-console to see what it's doing on any asyncronous call.

You can find further information about the plugin in https://github.com/tokio-rs/console/

Fixes: #1018

Merge request reports