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

[dependencies]
base-db = { path = "../base-db" }
rowan.workspace = true
rustc-hash.workspace = true
syntax = { path = "../syntax" }

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

[lib]
doctest = false