cargo-goodtimes 0.2.1

Interactive compilation timing analyzer — visualizes the critical path as a Gantt chart
1
2
3
4
5
6
7
8
9
10
11
{
  "dependencies": {
    "react": "^19.2.4",
    "react-dom": "^19.2.4"
  },
  "devDependencies": {
    "@types/react": "^19.2.14",
    "@types/react-dom": "^19.2.3",
    "@vitejs/plugin-react": "^5.1.4"
  }
}