diff --git a/configs/structs.go b/configs/structs.go index 09923d5..28734da 100644 --- a/configs/structs.go +++ b/configs/structs.go @@ -8,6 +8,9 @@ type Manifest struct { Description string `toml:"description"` Dependencies map[string]string `toml:"dependencies"` Author string `toml:"author"` + Architeture string `toml:"architeture"` + Os string `toml:"os"` + PacakgeType string `toml:"type"` } `toml:"Package"` Build struct { BuildDependencies map[string]string `toml:"dependencies"`