mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 08:13:41 +00:00
init librustc_index crate
This commit is contained in:
parent
d046ffddc4
commit
be32185810
12
src/librustc_index/Cargo.toml
Normal file
12
src/librustc_index/Cargo.toml
Normal 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]
|
Loading…
Reference in New Issue
Block a user