2020-08-13 14:41:52 -05:00
|
|
|
[package]
|
|
|
|
name = "rustc_lint_defs"
|
|
|
|
version = "0.0.0"
|
2021-09-19 11:49:55 -05:00
|
|
|
edition = "2021"
|
2020-08-13 14:41:52 -05:00
|
|
|
|
|
|
|
[dependencies]
|
2023-10-19 21:37:29 -05:00
|
|
|
# tidy-alphabetical-start
|
2020-08-13 14:41:52 -05:00
|
|
|
rustc_ast = { path = "../rustc_ast" }
|
|
|
|
rustc_data_structures = { path = "../rustc_data_structures" }
|
2022-03-23 21:03:04 -05:00
|
|
|
rustc_error_messages = { path = "../rustc_error_messages" }
|
2023-10-19 21:37:29 -05:00
|
|
|
rustc_hir = { path = "../rustc_hir" }
|
2020-08-13 14:41:52 -05:00
|
|
|
rustc_macros = { path = "../rustc_macros" }
|
2023-10-19 21:37:29 -05:00
|
|
|
rustc_serialize = { path = "../rustc_serialize" }
|
|
|
|
rustc_span = { path = "../rustc_span" }
|
2020-09-01 16:12:38 -05:00
|
|
|
rustc_target = { path = "../rustc_target" }
|
2023-10-19 21:37:29 -05:00
|
|
|
serde = { version = "1.0.125", features = ["derive"] }
|
|
|
|
# tidy-alphabetical-end
|