Searched defs:rustProjectCrate (Results 1 – 1 of 1) sorted by relevance
47 type rustProjectCrate struct { struct48 DisplayName string `json:"display_name"`49 RootModule string `json:"root_module"`50 Edition string `json:"edition,omitempty"`51 Deps []rustProjectDep `json:"deps"`52 Cfg []string `json:"cfg"`53 Env map[string]string `json:"env"`