fn validate_vars(cargo: &Cargo) -> Config
Expand description

Validates all the required environment variables with the required settings.

§Arguments

  • cargo - Package specific information loaded in a struct.

§Returns

Returns the Config struct containing the required parameters.