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