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