rust/compiler/rustc_serialize/Cargo.toml

13 lines
274 B
TOML
Raw Normal View History

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