]> git.lizzy.rs Git - rust.git/blob - src/librustc_plugin_impl/Cargo.toml
Rollup merge of #67887 - anp:tracked-std-panics, r=nagisa
[rust.git] / src / librustc_plugin_impl / Cargo.toml
1 [package]
2 authors = ["The Rust Project Developers"]
3 name = "rustc_plugin_impl"
4 version = "0.0.0"
5 build = false
6 edition = "2018"
7
8 [lib]
9 name = "rustc_plugin_impl"
10 path = "lib.rs"
11 doctest = false
12
13 [dependencies]
14 rustc = { path = "../librustc" }
15 rustc_errors = { path = "../librustc_errors" }
16 rustc_hir = { path = "../librustc_hir" }
17 rustc_metadata = { path = "../librustc_metadata" }
18 syntax = { path = "../libsyntax" }
19 rustc_span = { path = "../librustc_span" }
20 rustc_error_codes = { path = "../librustc_error_codes" }