]> git.lizzy.rs Git - rust.git/blob - src/librustc_plugin_impl/Cargo.toml
Auto merge of #63177 - MOZGIII:find-result, r=Amanieu
[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_metadata = { path = "../librustc_metadata" }
16 syntax = { path = "../libsyntax" }
17 rustc_span = { path = "../librustc_span" }
18 rustc_error_codes = { path = "../librustc_error_codes" }