blob: f026d4fcbc2806fbc43e5a7dc43958e6171818bb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[package]
authors = ["The Rust Project Developers"]
name = "rustc_trans_utils"
version = "0.0.0"
[lib]
name = "rustc_trans_utils"
path = "lib.rs"
crate-type = ["dylib"]
test = false
[dependencies]
rustc = { path = "../librustc" }
syntax = { path = "../libsyntax" }
syntax_pos = { path = "../libsyntax_pos" }
|