2018-11-27 18:42:26 -06:00
|
|
|
[package]
|
2020-08-13 09:36:55 -05:00
|
|
|
name = "hir"
|
|
|
|
version = "0.0.0"
|
2020-08-24 06:06:30 -05:00
|
|
|
description = "TBD"
|
2023-01-16 09:41:47 -06:00
|
|
|
|
|
|
|
authors.workspace = true
|
|
|
|
edition.workspace = true
|
|
|
|
license.workspace = true
|
2023-01-16 09:33:01 -06:00
|
|
|
rust-version.workspace = true
|
2018-11-27 18:42:26 -06:00
|
|
|
|
2019-11-17 09:35:05 -06:00
|
|
|
[lib]
|
|
|
|
doctest = false
|
|
|
|
|
2018-11-27 18:42:26 -06:00
|
|
|
[dependencies]
|
2020-02-18 07:57:41 -06:00
|
|
|
rustc-hash = "1.1.0"
|
2022-07-03 01:42:41 -05:00
|
|
|
either = "1.7.0"
|
2022-03-22 11:36:41 -05:00
|
|
|
arrayvec = "0.7.2"
|
2022-10-03 01:02:42 -05:00
|
|
|
itertools = "0.10.5"
|
2023-02-14 10:01:01 -06:00
|
|
|
smallvec.workspace = true
|
2023-05-02 09:12:22 -05:00
|
|
|
triomphe.workspace = true
|
2023-06-18 11:44:09 -05:00
|
|
|
once_cell = "1.17.1"
|
2020-03-07 08:27:03 -06:00
|
|
|
|
2023-01-17 03:52:26 -06:00
|
|
|
# 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
|