mirror of
https://github.com/sergi0g/cup.git
synced 2025-11-18 18:03:42 -05:00
V3
Many many many changes, honestly just read the release notes
This commit is contained in:
8
src/structs/parts.rs
Normal file
8
src/structs/parts.rs
Normal file
@@ -0,0 +1,8 @@
|
||||
use serde::{Deserialize, Serialize};
|
||||
|
||||
#[derive(Debug, Clone, PartialEq, Default, Serialize, Deserialize)]
|
||||
pub struct Parts {
|
||||
pub registry: String,
|
||||
pub repository: String,
|
||||
pub tag: String,
|
||||
}
|
||||
Reference in New Issue
Block a user