blob: 4d01e982e87d6f7c5f04238d0e85f97011d2d1f1 [file] [edit]
[package]
name = "parser"
edition = "2024"
license = "MIT OR Apache-2.0"
[dependencies]
diagnostics = { path = "../diagnostics" }
grammar = { path = "../grammar" }
tracing = "0.1.43"
tracing-subscriber = { version = "0.3.22", features = ["env-filter"] }
tracing-tree = "0.4.1"
unicode-ident = "1.0.22"