]> git.proxmox.com Git - rustc.git/blob - src/librustc_target/Cargo.toml
New upstream version 1.38.0+dfsg1
[rustc.git] / src / librustc_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 [lib]
8 name = "rustc_target"
9 path = "lib.rs"
10
11 [dependencies]
12 bitflags = "1.0"
13 log = "0.4"
14 rustc_data_structures = { path = "../librustc_data_structures" }
15 rustc_serialize = { path = "../libserialize", package = "serialize" }
16 syntax_pos = { path = "../libsyntax_pos" }