Adding distant_local library as a dependency

Run this command in a terminal, in your project's directory:

cargo add distant-local

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

distant-local = "0.20.0"

The distant_local library will be automatically available globally. Read the distant_local library documentation.

Back to the crate overview.