]> git.lizzy.rs Git - rust.git/blob - src/librustc_codegen_utils/Cargo.toml
Rollup merge of #68514 - lzutao:fmt-Self, r=Dylan-DPC
[rust.git] / src / librustc_codegen_utils / Cargo.toml
1 [package]
2 authors = ["The Rust Project Developers"]
3 name = "rustc_codegen_utils"
4 version = "0.0.0"
5 edition = "2018"
6
7 [lib]
8 name = "rustc_codegen_utils"
9 path = "lib.rs"
10 test = false
11
12 [dependencies]
13 log = "0.4"
14 punycode = "0.4.0"
15 rustc-demangle = "0.1.16"
16
17 syntax = { path = "../libsyntax" }
18 rustc_span = { path = "../librustc_span" }
19 rustc = { path = "../librustc" }
20 rustc_hir = { path = "../librustc_hir" }
21 rustc_target = { path = "../librustc_target" }
22 rustc_data_structures = { path = "../librustc_data_structures" }
23 rustc_metadata = { path = "../librustc_metadata" }