main
toml 10 lines 249 Bytes
Raw
1 [package]
2 name = "react_compiler_ssa"
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 indexmap = "2"
10 rustc-hash = "2"