mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-31 00:53:48 +00:00
14 lines
254 B
TOML
14 lines
254 B
TOML
[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]
|
|
rustc_serialize = { path = "../libserialize", package = "serialize" }
|