Adding redact_config library as a dependency
Run this command in a terminal, in your project's directory:
cargo add redact-config
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
redact-config = "1.0.2"
The redact_config library will be automatically available globally.
Read the redact_config library documentation.