| 1 | [package] |
| 2 | name = "react_compiler_reactive_scopes" |
| 3 | version = "0.1.0" |
| 4 | edition = "2024" |
| 5 | |
| 6 | [dependencies] |
| 7 | react_compiler_ast = { path = "../react_compiler_ast" } |
| 8 | react_compiler_diagnostics = { path = "../react_compiler_diagnostics" } |
| 9 | react_compiler_hir = { path = "../react_compiler_hir" } |
| 10 | indexmap = "2" |
| 11 | rustc-hash = "2" |
| 12 | serde_json = "1" |
| 13 | hmac-sha256 = "1" |