2020-08-27 22:58:48 -05:00
|
|
|
[package]
|
|
|
|
name = "rustc_plugin_impl"
|
|
|
|
version = "0.0.0"
|
|
|
|
build = false
|
2021-09-19 11:49:55 -05:00
|
|
|
edition = "2021"
|
2020-08-27 22:58:48 -05:00
|
|
|
|
|
|
|
[lib]
|
|
|
|
|
|
|
|
[dependencies]
|
2021-11-08 17:03:55 -06:00
|
|
|
libloading = "0.7.1"
|
2020-08-27 22:58:48 -05:00
|
|
|
rustc_errors = { path = "../rustc_errors" }
|
|
|
|
rustc_lint = { path = "../rustc_lint" }
|
2022-08-19 12:29:33 -05:00
|
|
|
rustc_macros = { path = "../rustc_macros" }
|
2020-08-27 22:58:48 -05:00
|
|
|
rustc_metadata = { path = "../rustc_metadata" }
|
|
|
|
rustc_ast = { path = "../rustc_ast" }
|
|
|
|
rustc_session = { path = "../rustc_session" }
|
|
|
|
rustc_span = { path = "../rustc_span" }
|