[package] authors.workspace = true categories.workspace = true description = "Utilities to build control flow graph for biome_js_analyze" edition.workspace = true homepage.workspace = true keywords.workspace = true license.workspace = true name = "biome_control_flow" repository.workspace = true version = "0.5.7" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] biome_rowan = { workspace = true } rustc-hash = { workspace = true } [lints] workspace = true