rust-analyzer/crates/test-utils/Cargo.toml
2023-05-06 00:49:23 -07:00

21 lines
415 B
TOML

[package]
name = "test-utils"
version = "0.0.0"
description = "TBD"
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.4"
text-size.workspace = true
rustc-hash = "1.1.0"
stdx.workspace = true
profile.workspace = true