]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_serialize/Cargo.toml
Merge commit 'e9d1a0a7b0b28dd422f1a790ccde532acafbf193' into sync_cg_clif-2022-08-24
[rust.git] / compiler / rustc_serialize / Cargo.toml
1 [package]
2 name = "rustc_serialize"
3 version = "0.0.0"
4 edition = "2021"
5
6 [dependencies]
7 indexmap = "1.9.1"
8 smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }
9
10 [dev-dependencies]
11 rustc_macros = { path = "../rustc_macros" }