Home
last modified time | relevance | path

Searched defs:crateInfo (Results 1 – 1 of 1) sorted by relevance

/build/soong/rust/
Dproject_json.go64 type crateInfo struct { struct
65 Idx int // Index of the crate in rustProjectJson.Crates slice.
66 Deps map[string]int // The keys are the module names and not the crate names.
67 Device bool // True if the crate at idx was a device crate