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

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