blob: b1457722a922eae748b7621c3a11bc96e2fba18d [file] [log] [blame]
[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.7"
text-size.workspace = true
tracing.workspace = true
rustc-hash.workspace = true
paths.workspace = true
stdx.workspace = true
profile.workspace = true
[lints]
workspace = true