feat: file management and tempdir management
This commit is contained in:
parent
68bb6822ed
commit
6182032799
8 changed files with 32 additions and 14 deletions
|
@ -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>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue