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

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

[dependencies]
ena = "0.9.1"
log = "0.4"
serialize = { path = "../libserialize" }
cfg-if = "0.1.2"
stable_deref_trait = "1.0.0"