blob: 343b1ed68b80431cb3e734dff8adc4764073cd87 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[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]
log = "0.3"
serialize = { path = "../libserialize" }
|