new values in manifest.toml
This commit is contained in:
@@ -8,6 +8,9 @@ type Manifest struct {
|
|||||||
Description string `toml:"description"`
|
Description string `toml:"description"`
|
||||||
Dependencies map[string]string `toml:"dependencies"`
|
Dependencies map[string]string `toml:"dependencies"`
|
||||||
Author string `toml:"author"`
|
Author string `toml:"author"`
|
||||||
|
Architeture string `toml:"architeture"`
|
||||||
|
Os string `toml:"os"`
|
||||||
|
PacakgeType string `toml:"type"`
|
||||||
} `toml:"Package"`
|
} `toml:"Package"`
|
||||||
Build struct {
|
Build struct {
|
||||||
BuildDependencies map[string]string `toml:"dependencies"`
|
BuildDependencies map[string]string `toml:"dependencies"`
|
||||||
|
|||||||
Reference in New Issue
Block a user