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