init librustc_index crate

This commit is contained in:
csmoe 2019-09-26 02:55:18 +08:00
parent d046ffddc4
commit be32185810
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
[package]
authors = ["The Rust Project Developers"]
name = "rustc_index"
version = "0.0.0"
edition = "2018"
[lib]
name = "rustc_index"
path = "lib.rs"
doctest = false
[dependencies]