Cargo.toml17 lines
mainRaw[package]
name = "react_compiler_ast"
version = "0.1.0"
edition = "2024"
[dependencies]
react_compiler_diagnostics = { path = "../react_compiler_diagnostics" }
serde = { version = "1", features = ["derive"] }
serde_json = { version = "1", features = ["raw_value", "unbounded_depth"] }
serde-transcode = "1"
indexmap = { version = "2", features = ["serde"] }
rustc-hash = "2"
[dev-dependencies]
walkdir = "2"
similar = "3"
Loading syntax highlighting…