Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
259 B
TOML
Raw Normal View History

2019-09-26 02:55:18 +08:00
[package]
name = "rustc_index"
version = "0.0.0"
2021-09-19 12:49:55 -04:00
edition = "2021"
2019-09-26 02:55:18 +08:00
[lib]
[dependencies]
arrayvec = { version = "0.7", default-features = false }
2020-08-27 22:58:48 -05:00
rustc_serialize = { path = "../rustc_serialize" }
rustc_macros = { path = "../rustc_macros" }
smallvec = "1.8.1"