2023-12-18 13:53:11 +00:00
|
|
|
[package]
|
|
|
|
name = "test-fixture"
|
|
|
|
version = "0.0.0"
|
|
|
|
rust-version.workspace = true
|
2025-01-08 08:19:46 +00:00
|
|
|
description = "Test fixtures for rust-analyzer."
|
|
|
|
|
2023-12-18 13:53:11 +00:00
|
|
|
edition.workspace = true
|
|
|
|
license.workspace = true
|
|
|
|
authors.workspace = true
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
hir-expand.workspace = true
|
|
|
|
test-utils.workspace = true
|
|
|
|
tt.workspace = true
|
|
|
|
cfg.workspace = true
|
|
|
|
base-db.workspace = true
|
|
|
|
rustc-hash.workspace = true
|
|
|
|
span.workspace = true
|
|
|
|
stdx.workspace = true
|
2024-07-16 07:59:39 +00:00
|
|
|
intern.workspace = true
|
2023-12-29 14:22:29 +00:00
|
|
|
|
|
|
|
[lints]
|
2024-07-16 07:59:39 +00:00
|
|
|
workspace = true
|