Searched defs:rustProjectJson (Results 1 – 1 of 1) sorted by relevance
58 type rustProjectJson struct { struct59 Sysroot string `json:"sysroot"`60 Crates []rustProjectCrate `json:"crates"`222 func createJsonFile(project rustProjectJson, rustProjectPath android.WritablePath) error {