summaryrefslogtreecommitdiffstats
path: root/compiler/rustc_serialize/Cargo.toml
blob: dbc5c15195c86128511be6425f123523f69398e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "rustc_serialize"
version = "0.0.0"
edition = "2021"

[dependencies]
indexmap = "1.9.1"
smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }

[dev-dependencies]
rustc_macros = { path = "../rustc_macros" }