]> git.proxmox.com Git - rustc.git/blame - src/librustc_target/Cargo.toml
New upstream version 1.41.1+dfsg1
[rustc.git] / src / librustc_target / Cargo.toml
CommitLineData
7453a54e
SL
1[package]
2authors = ["The Rust Project Developers"]
83c7162d 3name = "rustc_target"
7453a54e 4version = "0.0.0"
9fa01778 5edition = "2018"
7453a54e
SL
6
7[lib]
83c7162d 8name = "rustc_target"
7453a54e 9path = "lib.rs"
7453a54e
SL
10
11[dependencies]
e74abb32 12bitflags = "1.2.1"
ff7c6d11 13log = "0.4"
a1dfa0c6 14rustc_data_structures = { path = "../librustc_data_structures" }
60c5eb7d 15rustc_macros = { path = "../librustc_macros" }
416331ca 16rustc_serialize = { path = "../libserialize", package = "serialize" }
dc9dc135 17syntax_pos = { path = "../libsyntax_pos" }
e74abb32 18rustc_index = { path = "../librustc_index" }