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