summary refs log tree commit diff
path: root/compiler/rustc_serialize/Cargo.toml
blob: 16c5dff734126ac12195f4db2efa25fc35220885 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
authors = ["The Rust Project Developers"]
name = "rustc_serialize"
version = "0.0.0"
edition = "2018"

[dependencies]
indexmap = "1"
smallvec = { version = "1.0", features = ["union", "may_dangle"] }

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