Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func APIToken ¶
func APIToken() schema.CredentialType
func CargoCLI ¶
func CargoCLI() schema.Executable
func TryCargoConfigFile ¶
Types ¶
type Config ¶
type Config struct {
Registry ConfigRegistry `toml:"registry"`
}
type ConfigRegistry ¶
type ConfigRegistry struct {
Token string `toml:"token"`
}
Click to show internal directories.
Click to hide internal directories.