summaryrefslogtreecommitdiff
path: root/support/texlab/crates/inlay-hints/Cargo.toml
blob: 06a525a2f3a3425ffcfc0be3f63b2d0d2dd41e6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]
name = "inlay-hints"
version = "0.0.0"
license.workspace = true
authors.workspace = true
edition.workspace = true
rust-version.workspace = true

[dependencies]
base-db = { path = "../base-db" }
rowan = "0.15.13"
rustc-hash = "1.1.0"

[dev-dependencies]
test-utils = { path = "../test-utils" }
expect-test = "1.4.1"

[lib]
doctest = false