mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
d9b1fa93c4
The new version was already added to the tree as an indirect dependency in #113046, but now our direct dependents are using it too.
14 lines
275 B
TOML
14 lines
275 B
TOML
[package]
|
|
name = "rustc_serialize"
|
|
version = "0.0.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
indexmap = "2.0.0"
|
|
smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }
|
|
thin-vec = "0.2.12"
|
|
|
|
[dev-dependencies]
|
|
rustc_macros = { path = "../rustc_macros" }
|
|
tempfile = "3.2"
|