2021-06-14 09:24:58 +00:00
|
|
|
[package]
|
2022-04-29 14:29:24 +00:00
|
|
|
name = "ide-diagnostics"
|
2021-06-14 09:24:58 +00:00
|
|
|
version = "0.0.0"
|
|
|
|
description = "TBD"
|
2023-01-16 15:41:47 +00:00
|
|
|
|
|
|
|
authors.workspace = true
|
|
|
|
edition.workspace = true
|
|
|
|
license.workspace = true
|
2023-01-16 15:33:01 +00:00
|
|
|
rust-version.workspace = true
|
2021-06-14 09:24:58 +00:00
|
|
|
|
|
|
|
[lib]
|
|
|
|
doctest = false
|
|
|
|
|
|
|
|
[dependencies]
|
2021-06-14 10:15:05 +00:00
|
|
|
cov-mark = "2.0.0-pre.1"
|
2023-11-15 11:07:36 +00:00
|
|
|
either.workspace = true
|
2023-11-15 10:53:56 +00:00
|
|
|
itertools.workspace = true
|
2023-11-15 11:17:36 +00:00
|
|
|
serde_json.workspace = true
|
2024-01-18 02:27:38 +00:00
|
|
|
tracing.workspace = true
|
2023-06-14 22:17:22 +00:00
|
|
|
once_cell = "1.17.0"
|
2021-06-14 10:15:05 +00:00
|
|
|
|
2023-01-17 09:52:26 +00:00
|
|
|
# local deps
|
|
|
|
stdx.workspace = true
|
|
|
|
syntax.workspace = true
|
|
|
|
text-edit.workspace = true
|
|
|
|
cfg.workspace = true
|
|
|
|
hir.workspace = true
|
|
|
|
ide-db.workspace = true
|
2024-03-19 12:05:50 +00:00
|
|
|
paths.workspace = true
|
2021-06-14 10:15:05 +00:00
|
|
|
|
|
|
|
[dev-dependencies]
|
2022-07-19 11:00:45 +00:00
|
|
|
expect-test = "1.4.0"
|
2021-06-14 10:15:05 +00:00
|
|
|
|
2023-01-17 09:52:26 +00:00
|
|
|
# local deps
|
|
|
|
test-utils.workspace = true
|
2023-12-18 13:53:11 +00:00
|
|
|
test-fixture.workspace = true
|
2023-12-29 14:22:29 +00:00
|
|
|
|
|
|
|
[lints]
|
2024-01-18 02:27:38 +00:00
|
|
|
workspace = true
|