[package] name = "hir" version = "0.0.0" description = "TBD" authors.workspace = true edition.workspace = true license.workspace = true rust-version.workspace = true [lib] doctest = false [dependencies] rustc-hash.workspace = true either.workspace = true arrayvec.workspace = true itertools.workspace = true smallvec.workspace = true tracing.workspace = true triomphe.workspace = true once_cell = "1.17.1" # local deps base-db.workspace = true cfg.workspace = true hir-def.workspace = true hir-expand.workspace = true hir-ty.workspace = true profile.workspace = true stdx.workspace = true syntax.workspace = true tt.workspace = true span.workspace = true [features] in-rust-tree = [] [lints] workspace = true