refactor: changed how packages work
This commit is contained in:
parent
b83d44768d
commit
5fea156cfa
7 changed files with 134 additions and 59 deletions
|
@ -1,4 +1,4 @@
|
|||
#[derive(Debug)]
|
||||
#[derive(Debug, Clone)]
|
||||
pub struct PKGFile {
|
||||
pub manifest: String,
|
||||
pub data: Vec<u8>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue