| 1 | [package] |
| 2 | name = "react_compiler_hir" |
| 3 | version = "0.1.0" |
| 4 | edition = "2024" |
| 5 | |
| 6 | [dependencies] |
| 7 | react_compiler_diagnostics = { path = "../react_compiler_diagnostics" } |
| 8 | indexmap = { version = "2", features = ["serde"] } |
| 9 | rustc-hash = "2" |
| 10 | serde = { version = "1", features = ["derive"] } |
| 11 | serde_json = "1" |