rust/compiler/rustc_index/Cargo.toml
2022-09-29 16:49:04 +09:00

13 lines
259 B
TOML

[package]
name = "rustc_index"
version = "0.0.0"
edition = "2021"
[lib]
[dependencies]
arrayvec = { version = "0.7", default-features = false }
rustc_serialize = { path = "../rustc_serialize" }
rustc_macros = { path = "../rustc_macros" }
smallvec = "1.8.1"