about summary refs log tree commit diff
path: root/src/tools/rust-analyzer/crates/test-utils/Cargo.toml
blob: 6d1930aa2688bf3437bd024fc97e9eadf519db7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[package]
name = "test-utils"
version = "0.0.0"
repository.workspace = true
description = "Assorted testing utilities for rust-analyzer."

authors.workspace = true
edition.workspace = true
license.workspace = true
rust-version.workspace = true

[lib]
doctest = false

[dependencies]
# Avoid adding deps here, this crate is widely used in tests it should compile fast!
dissimilar = "1.0.10"
text-size.workspace = true
rustc-hash.workspace = true

paths.workspace = true
stdx.workspace = true
profile.workspace = true

[lints]
workspace = true