rust/compiler/rustc_serialize/Cargo.toml
pierwill 4f89224f7f Use an indexmap to avoid sorting LocalDefIds
Update `indexmap` to 1.8.0.

Bless test
2022-01-22 22:34:16 -06:00

12 lines
238 B
TOML

[package]
name = "rustc_serialize"
version = "0.0.0"
edition = "2021"
[dependencies]
indexmap = "1.8.0"
smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }
[dev-dependencies]
rustc_macros = { path = "../rustc_macros" }