open class Registry : RusticConfigurableBase, IRegistry
<init> |
Registry() |
default |
Name of the default registry to use (can be overridden with --registry) open var default: String? |
index |
URL of the registry index (defaults to the index of crates.io) open var index: String? |
default |
open fun default(value: String?): Unit |
index |
open fun index(value: String?): Unit |