mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 06:44:35 +00:00
14 lines
409 B
TOML
14 lines
409 B
TOML
[package]
|
|
authors = ["The Rust Project Developers"]
|
|
name = "rustc_lint_defs"
|
|
version = "0.0.0"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
log = { package = "tracing", version = "0.1" }
|
|
rustc_ast = { path = "../rustc_ast" }
|
|
rustc_data_structures = { path = "../rustc_data_structures" }
|
|
rustc_span = { path = "../rustc_span" }
|
|
rustc_serialize = { path = "../rustc_serialize" }
|
|
rustc_macros = { path = "../rustc_macros" }
|