Registry testing - part 1

This commit is contained in:
mdecimus
2026-03-11 18:28:31 +01:00
parent 45af5efa4c
commit 7c143c85f8
115 changed files with 1235 additions and 1835 deletions

View File

@@ -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,