feat: implement packagequeue
This commit is contained in:
parent
2ca231e761
commit
80c3072174
10 changed files with 176 additions and 60 deletions
|
@ -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>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue