summary refs log tree commit diff
path: root/src/librustc_target/Cargo.toml
blob: ecea15a992250427a3bc6e8d7e161b8153e2e1bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
authors = ["The Rust Project Developers"]
name = "rustc_target"
version = "0.0.0"
edition = "2018"

[lib]
name = "rustc_target"
path = "lib.rs"
crate-type = ["dylib"]

[dependencies]
bitflags = "1.0"
log = "0.4"
rustc_cratesio_shim = { path = "../librustc_cratesio_shim" }
rustc_data_structures = { path = "../librustc_data_structures" }
serialize = { path = "../libserialize" }