summaryrefslogtreecommitdiff
path: root/support/texlab/crates/rename/Cargo.toml
blob: 592bafb4747e7f42e7562c4ed34d726c8360370c (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 = "0.15.15"
rustc-hash = "2.0.0"
syntax = { path = "../syntax" }

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

[lib]
doctest = false