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