| 1 | [package] |
| 2 | name = "react_compiler_optimization" |
| 3 | version = "0.1.0" |
| 4 | edition = "2024" |
| 5 | |
| 6 | [dependencies] |
| 7 | react_compiler_diagnostics = { path = "../react_compiler_diagnostics" } |
| 8 | react_compiler_hir = { path = "../react_compiler_hir" } |
| 9 | react_compiler_lowering = { path = "../react_compiler_lowering" } |
| 10 | react_compiler_ssa = { path = "../react_compiler_ssa" } |
| 11 | indexmap = "2" |
| 12 | rustc-hash = "2" |