main
toml 12 lines 327 Bytes
Raw
1 [package]
2 name = "react_compiler_lowering"
3 version = "0.1.0"
4 edition = "2024"
5
6 [dependencies]
7 react_compiler_ast = { path = "../react_compiler_ast" }
8 react_compiler_hir = { path = "../react_compiler_hir" }
9 react_compiler_diagnostics = { path = "../react_compiler_diagnostics" }
10 indexmap = "2"
11 rustc-hash = "2"
12 serde_json = "1"