Cargo.toml12 lines
mainRaw[package]
name = "react_compiler_hir"
version = "0.1.0"
edition = "2024"
[dependencies]
react_compiler_diagnostics = { path = "../react_compiler_diagnostics" }
indexmap = { version = "2", features = ["serde"] }
rustc-hash = "2"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
Loading syntax highlighting…