Cargo.toml11 lines
mainRaw
[package]
name = "react_compiler_typeinference"
version = "0.1.0"
edition = "2024"

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