blob: a0c4c7534fab27b78c7c69ac3c67c2fa9b1a487e [file] [log] [blame]
[package]
authors = ["The Rust Project Developers"]
name = "rustc_typeck"
version = "0.0.0"
[lib]
name = "rustc_typeck"
path = "lib.rs"
crate-type = ["dylib"]
test = false
[dependencies]
log = { path = "../liblog" }
syntax = { path = "../libsyntax" }
arena = { path = "../libarena" }
fmt_macros = { path = "../libfmt_macros" }
rustc = { path = "../librustc" }
rustc_back = { path = "../librustc_back" }
rustc_const_eval = { path = "../librustc_const_eval" }
rustc_const_math = { path = "../librustc_const_math" }
rustc_platform_intrinsics = { path = "../librustc_platform_intrinsics" }