Adding google_groupssettings1 library as a dependency

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

cargo add google-groupssettings1

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

google-groupssettings1 = "6.0.0 20220614"

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

Back to the crate overview.