mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-15 09:27:27 +00:00
fa874627f0
Use workspace.dependencies to declare local dependencies
21 lines
408 B
TOML
21 lines
408 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 = "1.1.0"
|
|
rustc-hash = "1.1.0"
|
|
|
|
stdx.workspace = true
|
|
profile.workspace = true
|