]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_plugin_impl/Cargo.toml
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
[rust.git] / compiler / rustc_plugin_impl / Cargo.toml
1 [package]
2 name = "rustc_plugin_impl"
3 version = "0.0.0"
4 build = false
5 edition = "2021"
6
7 [lib]
8
9 [dependencies]
10 libloading = "0.7.1"
11 rustc_errors = { path = "../rustc_errors" }
12 rustc_lint = { path = "../rustc_lint" }
13 rustc_macros = { path = "../rustc_macros" }
14 rustc_metadata = { path = "../rustc_metadata" }
15 rustc_ast = { path = "../rustc_ast" }
16 rustc_session = { path = "../rustc_session" }
17 rustc_span = { path = "../rustc_span" }