Registry testing - part 1
This commit is contained in:
@@ -15,6 +15,7 @@ use std::{collections::HashMap, fmt::Debug, sync::Arc};
|
||||
pub mod backend;
|
||||
pub mod core;
|
||||
|
||||
#[derive(Debug, PartialEq, Eq)]
|
||||
pub enum Credentials {
|
||||
Basic {
|
||||
username: String,
|
||||
|
||||
Reference in New Issue
Block a user