mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 23:12:02 +00:00
13 lines
276 B
TOML
13 lines
276 B
TOML
[package]
|
|
authors = ["The Rust Project Developers"]
|
|
name = "rustc_serialize"
|
|
version = "0.0.0"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
indexmap = "1"
|
|
smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }
|
|
|
|
[dev-dependencies]
|
|
rustc_macros = { path = "../rustc_macros" }
|