]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_serialize/Cargo.toml
Add 'compiler/rustc_codegen_gcc/' from commit 'afae271d5d3719eeb92c18bc004bb6d1965a5f3f'
[rust.git] / compiler / rustc_serialize / Cargo.toml
1 [package]
2 name = "rustc_serialize"
3 version = "0.0.0"
4 edition = "2018"
5
6 [dependencies]
7 indexmap = "1"
8 smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }
9
10 [dev-dependencies]
11 rustc_macros = { path = "../rustc_macros" }