Add registry.default example

Signed-off-by: hi-rustin <rustin.liu@gmail.com>
This commit is contained in:
hi-rustin 2022-12-29 09:55:25 +08:00
parent 5a574d39f3
commit 3f3eaa0f08

View File

@ -68,7 +68,12 @@ registry to use. For example, to publish the package in the current directory:
Instead of always passing the `--registry` command-line option, the default Instead of always passing the `--registry` command-line option, the default
registry may be set in [`.cargo/config.toml`][config] with the `registry.default` registry may be set in [`.cargo/config.toml`][config] with the `registry.default`
key. key. For example:
```toml
[registry]
default = "my-registry"
```
Setting the `package.publish` key in the `Cargo.toml` manifest restricts which Setting the `package.publish` key in the `Cargo.toml` manifest restricts which
registries the package is allowed to be published to. This is useful to registries the package is allowed to be published to. This is useful to