Adding google_datamigration1 library as a dependency

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

cargo add google-datamigration1

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

google-datamigration1 = "7.0.0+20251210"

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

Back to the crate overview.