Adding futures_task library as a dependency
Run this command in a terminal, in your project's directory:
cargo add futures-task
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
futures-task = "0.3.31"
The futures_task library will be automatically available globally.
Read the futures_task library documentation.