We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Credentials are stored in ~/.cargo/config, which defaults to chmod 644.
~/.cargo/config
It might be worth splitting them out into a separate file which is something like chmod 600, e.g. RubyGems uses ~/.gem/credentials for this.
~/.gem/credentials
Encrypting them under a passphrase couldn't hurt either 😉