Files
rust-analyzer/crates/intern/Cargo.toml
Chayim Refael Friedman 96477b06b5 Don't trigger GC on slow tests, take 2
Hopefully it really works this time.
2026-03-24 18:52:16 +02:00

28 lines
487 B
TOML

[package]
name = "intern"
version = "0.0.0"
repository.workspace = true
description = "Global `Arc`-based object interning infrastructure for rust-analyzer."
authors.workspace = true
edition.workspace = true
license.workspace = true
rust-version.workspace = true
[lib]
doctest = false
[dependencies]
dashmap.workspace = true
hashbrown.workspace = true
rustc-hash.workspace = true
triomphe.workspace = true
rayon.workspace = true
[lints]
workspace = true
[features]
prevent-gc = []