about summary refs log tree commit diff
path: root/compiler/rustc_arena/Cargo.toml
blob: 33ccd0445030f7e0f315a2cee1b409a65ef9f142 (plain)
1
2
3
4
5
6
7
8
[package]
name = "rustc_arena"
version = "0.0.0"
edition = "2021"

[dependencies]
rustc_data_structures = { path = "../rustc_data_structures" }
smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }