mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
7c40661ddb
This pulls in https://github.com/servo/rust-smallvec/pull/282, which gives some small wins for rustc.
14 lines
275 B
TOML
14 lines
275 B
TOML
[package]
|
|
name = "rustc_index"
|
|
version = "0.0.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
arrayvec = { version = "0.7", default-features = false }
|
|
rustc_serialize = { path = "../rustc_serialize" }
|
|
rustc_macros = { path = "../rustc_macros" }
|
|
smallvec = "1.8.1"
|