]> git.proxmox.com Git - rustc.git/blob - src/librustc_ty/Cargo.toml
New upstream version 1.43.0+dfsg1
[rustc.git] / src / librustc_ty / Cargo.toml
1 [package]
2 authors = ["The Rust Project Developers"]
3 name = "rustc_ty"
4 version = "0.0.0"
5 edition = "2018"
6
7 [lib]
8 name = "rustc_ty"
9 path = "lib.rs"
10
11 [dependencies]
12 log = "0.4"
13 rustc = { path = "../librustc" }
14 rustc_data_structures = { path = "../librustc_data_structures" }
15 rustc_hir = { path = "../librustc_hir" }
16 rustc_infer = { path = "../librustc_infer" }
17 rustc_span = { path = "../librustc_span" }
18 rustc_target = { path = "../librustc_target" }