feat: file management and tempdir management

This commit is contained in:
Didier Slof 2023-07-13 17:25:51 +02:00
parent 68bb6822ed
commit 6182032799
Signed by: didier
GPG key ID: 01E71F18AA4398E5
8 changed files with 32 additions and 14 deletions

View file

@ -1,8 +1,10 @@
use manifest::{self, Manifest};
use std::str::FromStr;
use serde::{Deserialize, Serialize};
use std::{collections::HashMap, str::FromStr};
use toml;
use manifest::{self, Manifest};
#[derive(Serialize, Deserialize)]
pub struct PKGR {
pub bootstrap: Option<Bootstrap>,