Struct cargo::sources::registry::RegistryConfig
[−]
[src]
pub struct RegistryConfig { pub dl: String, pub api: String, }
Fields
dl | Download endpoint for all crates. This will be appended with
|
api | API endpoint for the registry. This is what's actually hit to perform operations like yanks, owner modifications, publish new crates, etc. |