mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-31 22:41:50 +00:00
7c40661ddb
This pulls in https://github.com/servo/rust-smallvec/pull/282, which gives some small wins for rustc.
12 lines
238 B
TOML
12 lines
238 B
TOML
[package]
|
|
name = "rustc_serialize"
|
|
version = "0.0.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
indexmap = "1.8.0"
|
|
smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }
|
|
|
|
[dev-dependencies]
|
|
rustc_macros = { path = "../rustc_macros" }
|