feat: implement packagequeue
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful

This commit is contained in:
Didier Slof 2023-08-13 20:53:58 +02:00
parent 2ca231e761
commit 80c3072174
Signed by: didier
GPG key ID: 01E71F18AA4398E5
10 changed files with 176 additions and 60 deletions

View file

@ -3,7 +3,7 @@ use std::fmt::{Display, Formatter};
use std::io;
use std::path::Path;
#[derive(Debug, Clone)]
#[derive(Debug, Clone, Eq, PartialEq)]
pub struct PKGFile {
pub manifest: String,
pub data: Vec<u8>,