Cargo.toml15 lines
mainRaw
[package]
name = "react_compiler_inference"
version = "0.1.0"
edition = "2024"

[dependencies]
react_compiler_hir = { path = "../react_compiler_hir" }
react_compiler_diagnostics = { path = "../react_compiler_diagnostics" }
react_compiler_lowering = { path = "../react_compiler_lowering" }
react_compiler_optimization = { path = "../react_compiler_optimization" }
react_compiler_ssa = { path = "../react_compiler_ssa" }
react_compiler_utils = { path = "../react_compiler_utils" }
indexmap = "2"
rustc-hash = "2"
Loading syntax highlighting…