-config.md book/src/03-03-config.md
build-script.md book/src/03-05-build-scripts.md
+config.md book/src/03-03-config.md
+crates-io.md book/src/03-06-crates-io.md
+environment-variables.md
+external-tools.md
+faq.md
+guide.md
+index.md
+manifest.md
+pkgid-spec.md
+policies.md
+source-replacement.md
+specifying-dependencies.md
```
This command will inform Cargo of your API token and store it locally in your
-`~/.cargo/config`. Note that this token is a **secret** and should not be shared
-with anyone else. If it leaks for any reason, you should regenerate it
-immediately.
+`~/.cargo/credentials` (previously it was `~/.cargo/config`). Note that this
+token is a **secret** and should not be shared with anyone else. If it leaks for
+any reason, you should regenerate it immediately.
### Before publishing a new crate
```
This command will inform Cargo of your API token and store it locally in your
-`~/.cargo/credentials` (previously it was `~/.cargo/config`).
-Note that this token is a **secret** and should not be shared
-with anyone else. If it leaks for any reason, you should regenerate it
-immediately.
+`~/.cargo/credentials` (previously it was `~/.cargo/config`). Note that this
+token is a **secret** and should not be shared with anyone else. If it leaks for
+any reason, you should regenerate it immediately.
# Before publishing a new crate