refactor: changed how packages work
This commit is contained in:
parent
b83d44768d
commit
5fea156cfa
7 changed files with 134 additions and 59 deletions
|
@ -4,7 +4,7 @@ use serde::{Deserialize, Serialize};
|
|||
|
||||
#[derive(Debug, Clone, Serialize, Deserialize)]
|
||||
pub struct Build {
|
||||
build_script: String,
|
||||
install_script: String,
|
||||
dependencies: HashMap<String, String>,
|
||||
pub build_script: String,
|
||||
pub install_script: String,
|
||||
pub dependencies: HashMap<String, String>,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue