new values in manifest.toml

This commit is contained in:
2025-10-24 17:00:46 -03:00
parent 52f675ab60
commit dbd63d371b

View File

@@ -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"`