]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_target/Cargo.toml
Rollup merge of #82593 - sunfishcode:wasi-docs, r=alexcrichton
[rust.git] / compiler / rustc_target / Cargo.toml
1 [package]
2 authors = ["The Rust Project Developers"]
3 name = "rustc_target"
4 version = "0.0.0"
5 edition = "2018"
6
7 [dependencies]
8 bitflags = "1.2.1"
9 tracing = "0.1"
10 rustc_data_structures = { path = "../rustc_data_structures" }
11 rustc_macros = { path = "../rustc_macros" }
12 rustc_serialize = { path = "../rustc_serialize" }
13 rustc_span = { path = "../rustc_span" }
14 rustc_index = { path = "../rustc_index" }