rust-analyzer/crates/test-utils/Cargo.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

28 lines
566 B
TOML
Raw Normal View History

2018-08-12 15:50:16 +00:00
[package]
2022-04-29 14:29:24 +00:00
name = "test-utils"
2020-08-13 15:42:52 +00:00
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
2018-08-12 15:50:16 +00:00
2019-11-17 15:35:05 +00:00
[lib]
doctest = false
2018-08-12 15:50:16 +00:00
[dependencies]
2020-06-23 16:56:26 +00:00
# Avoid adding deps here, this crate is widely used in tests it should compile fast!
2023-11-15 11:34:56 +00:00
dissimilar = "1.0.7"
2023-05-04 06:52:58 +00:00
text-size.workspace = true
tracing.workspace = true
rustc-hash.workspace = true
2020-08-13 15:42:52 +00:00
paths.workspace = true
stdx.workspace = true
profile.workspace = true
[lints]
workspace = true