rust/compiler/rustc_serialize/Cargo.toml

13 lines
274 B
TOML
Raw Normal View History

[package]
authors = ["The Rust Project Developers"]
2020-06-02 12:03:40 -05:00
name = "rustc_serialize"
version = "0.0.0"
edition = "2018"
2018-08-13 14:15:16 -05:00
[dependencies]
indexmap = "1"
2019-11-04 08:59:09 -06:00
smallvec = { version = "1.0", features = ["union", "may_dangle"] }
2020-07-18 14:14:50 -05:00
[dev-dependencies]
2020-08-27 22:58:48 -05:00
rustc_macros = { path = "../rustc_macros" }