interface IRegistry
default |
Name of the default registry to use (can be overridden with --registry) abstract val default: String? |
index |
URL of the registry index (defaults to the index of crates.io) abstract val index: String? |
Registry |
open class Registry : RusticConfigurableBase, IRegistry |
Registry |
class Registry : CargoPriorityResolveBase<IRegistry>, IRegistry |