Searched defs:rustProjectJson (Results 1 – 1 of 1) sorted by relevance
56 type rustProjectJson struct { struct57 Roots []string `json:"roots"`58 Crates []rustProjectCrate `json:"crates"`292 func createJsonFile(project rustProjectJson, rustProjectPath android.WritablePath) error {