]> git.lizzy.rs Git - rust.git/blob - Cargo.toml
0e234036879e5b463cb1bcf47bd3533f9cd58b50
[rust.git] / Cargo.toml
1 [package]
2 authors = ["The Rust Project Developers"]
3 name = "rustc_target"
4 version = "0.0.0"
5 edition = "2018"
6
7 [lib]
8 name = "rustc_target"
9 path = "lib.rs"
10
11 [dependencies]
12 bitflags = "1.2.1"
13 log = "0.4"
14 rustc_data_structures = { path = "../librustc_data_structures" }
15 rustc_macros = { path = "../librustc_macros" }
16 rustc_serialize = { path = "../libserialize", package = "serialize" }
17 rustc_span = { path = "../librustc_span" }
18 rustc_index = { path = "../librustc_index" }