Add support for listing image tags

This commit is contained in:
Anthony Oteri
2023-09-18 13:54:38 -04:00
parent 116effb7f1
commit b9d34e7614
8 changed files with 165 additions and 92 deletions
+4 -2
View File
@@ -1,9 +1,11 @@
use crate::error::ConfigError;
use serde::{Deserialize, Serialize};
use std::fs;
use std::path::Path;
use serde::{Deserialize, Serialize};
use url::Url;
use crate::error::ConfigError;
#[derive(Debug, Clone, Eq, PartialEq, Serialize, Deserialize)]
pub struct Config {
pub registry_url: Url,