Adding gday_file_transfer library as a dependency

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

cargo add gday_file_transfer

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

gday_file_transfer = "0.5.1"

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

Back to the crate overview.