mirror of https://github.com/rust-lang/rust.git
18 lines
561 B
TOML
18 lines
561 B
TOML
[package]
|
|
name = "rustc_lint_defs"
|
|
version = "0.0.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
# tidy-alphabetical-start
|
|
rustc_abi = { path = "../rustc_abi" }
|
|
rustc_ast = { path = "../rustc_ast" }
|
|
rustc_data_structures = { path = "../rustc_data_structures" }
|
|
rustc_error_messages = { path = "../rustc_error_messages" }
|
|
rustc_hir = { path = "../rustc_hir" }
|
|
rustc_macros = { path = "../rustc_macros" }
|
|
rustc_serialize = { path = "../rustc_serialize" }
|
|
rustc_span = { path = "../rustc_span" }
|
|
serde = { version = "1.0.125", features = ["derive"] }
|
|
# tidy-alphabetical-end
|