Cargo.toml9 lines
mainRaw
[package]
name = "react_compiler_diagnostics"
version = "0.1.0"
edition = "2024"

[dependencies]
rustc-hash = "2"
serde = { version = "1", features = ["derive"] }
Loading syntax highlighting…