Skip to content

Commit be32185

Browse files
committed
init librustc_index crate
1 parent d046ffd commit be32185

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/librustc_index/Cargo.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[package]
2+
authors = ["The Rust Project Developers"]
3+
name = "rustc_index"
4+
version = "0.0.0"
5+
edition = "2018"
6+
7+
[lib]
8+
name = "rustc_index"
9+
path = "lib.rs"
10+
doctest = false
11+
12+
[dependencies]

0 commit comments

Comments
 (0)